Install requisites in install task, move tox-travis into -extras

This commit is contained in:
Joe Moore 2019-05-21 10:44:40 -04:00 committed by GitHub
parent 4f234f272f
commit 2f439d0fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
sudo: false
language: python
install: pip3 install tox-travis
install:
- pip3 install -r requirements.txt -r requirements-extra.txt
script: tox -vv
matrix:
include:
@ -21,4 +22,5 @@ matrix:
- choco install python make
- cp /c/python37/python.exe /c/python37/python3.exe
before_script:
- pip install -r requirements-windows.txt
- python build.py