Update .travis.yml

This commit is contained in:
akamhy 2020-05-05 17:21:36 +05:30 committed by GitHub
parent a52d035c0e
commit 660a826aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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