further tidy

This commit is contained in:
Casper da Costa-Luis 2020-10-26 15:18:21 +00:00
parent cc24b1bb90
commit c3db56232d
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 2 additions and 5 deletions

View File

@ -1,18 +1,15 @@
build: false
environment:
global:
TOXENV: py
matrix:
- PYVER: 27
TOXENV: py
- PYVER: 36
TOXENV: py
- PYVER: 37
TOXENV: py
#- PYVER: 38
# TOXENV: py
install:
- git fetch --tags
- C:\Python%PYVER%\scripts\pip install -U tox
- C:\Python%PYVER%\scripts\tox install .
test_script:
- C:\Python%PYVER%\scripts\tox
cache: