Explicitly call tox windows environment on windows

This commit is contained in:
Joe Moore 2019-05-22 11:29:37 -04:00 committed by GitHub
parent 3c2ef97ee2
commit 718e99e880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ sudo: false
language: python
install:
- pip3 install -r requirements.txt -r requirements-extra.txt
script: tox -vv
script: tox
matrix:
include:
- os: "linux"
@ -24,3 +24,5 @@ matrix:
before_script:
- pip install -r requirements-windows.txt
- python build.py
script:
- tox -e WINDOWS