mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Only ignore py35 when not running on 3.5 or higher
This commit is contained in:
parent
767736521c
commit
062c36aaf1
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user