This commit is contained in:
Cag 2019-01-24 09:50:39 +11:00
Родитель d92f81e0a1 1c370a729f
Коммит ea60e9d567
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130B2DC4484808D2
1 изменённых файлов: 11 добавлений и 0 удалений

11
.travis.yml Normal file
Просмотреть файл

@ -0,0 +1,11 @@
language: python
matrix:
include:
- python: 3.6
env:
- LABEL=docker_unit_tests
services:
- docker
script:
- docker build -t mozilla/vautomator-standalone .
- docker run -it mozilla/vautomator-standalone pytest ./tests/