This commit is contained in:
Guillaume Destuynder 2019-02-12 18:22:26 -08:00
Родитель 292d4ca1f9
Коммит fdcd7e8f34
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 956347F6FBF3A415
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,9 @@ language: python
matrix:
include:
- python: 3.6
before_install:
- pip install tox
- pip install flake8
env:
- LABEL=docker_unit_tests
services:
@ -9,4 +12,4 @@ matrix:
script:
- make build
- make test-tox
- docker run -it mozilla/vautomator-standalone python3 -m pytest ./tests/
- docker run -it vautomator python3 -m pytest ./tests/