Merge branch 'unittests' of https://github.com/caggle/vautomator-standalone into unittests
This commit is contained in:
Коммит
ea60e9d567
|
@ -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/
|
Загрузка…
Ссылка в новой задаче