Update .travis.yml
This commit is contained in:
parent
a52d035c0e
commit
660a826aed
@ -1,5 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- "2.7"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@ -9,4 +10,4 @@ install:
|
|||||||
before_script:
|
before_script:
|
||||||
cd tests
|
cd tests
|
||||||
script:
|
script:
|
||||||
- python test_1.py
|
- pytest test_1.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user