update travis.yml file

This commit is contained in:
L1ghtn1ng
2019-02-10 21:34:40 +00:00
parent f540e7b5db
commit 9f3bb8c8d4
+2 -1
View File
@@ -6,7 +6,8 @@ python:
- "3.8-dev"
install:
- pip install --upgrade pip
- pip install -r requirements.txt
script:
- pytest
- pytest tests/*