Only ignore py35 when not running on 3.5 or higher

This commit is contained in:
Andy Neebel 2017-06-14 12:10:01 -05:00
parent 767736521c
commit 062c36aaf1

View File

@ -7,8 +7,10 @@ environment:
matrix:
- PYTHON: 27
DOCUTILS: 0.12
TEST_IGNORE: --ignore py35
- PYTHON: 27
DOCUTILS: 0.13.1
TEST_IGNORE: --ignore py35
- PYTHON: 36
DOCUTILS: 0.13.1
- PYTHON: 36-x64
@ -24,4 +26,4 @@ build: off
test_script:
- cd tests
- C:\Python%PYTHON%\python.exe run.py --ignore py35 %TEST%
- C:\Python%PYTHON%\python.exe run.py %TEST_IGNORE% %TEST%