We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8926dca commit de020a2Copy full SHA for de020a2
.travis.yml
@@ -31,13 +31,13 @@ cache: pip
31
install:
32
- export PY=python$TRAVIS_PYTHON_VERSION
33
- $PY -m pip install coverage==4.5.4 codecov
34
- - $PY -m pip install pysys==1.5.1
+ - $PY -m pip install pysys==2.0
35
36
# for running tests and building documentation:
37
script:
38
# run tests
39
- cd tests
40
- - pysys.py run --threads auto -XpythonCoverage=true --purge --mode ALL
+ - pysys.py run --ci
41
- cd ..
42
43
after_script:
tests/pysysproject.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" standalone="yes"?>
2
<pysysproject>
3
- <requires-pysys>1.5.1</requires-pysys>
+ <requires-pysys>2.0</requires-pysys>
4
<requires-python>3.6</requires-python>
5
6
<property root="testRootDir"/>
0 commit comments