Skip to content

Commit de020a2

Browse files
committed
upgrade to pysys 2
1 parent 8926dca commit de020a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ cache: pip
3131
install:
3232
- export PY=python$TRAVIS_PYTHON_VERSION
3333
- $PY -m pip install coverage==4.5.4 codecov
34-
- $PY -m pip install pysys==1.5.1
34+
- $PY -m pip install pysys==2.0
3535

3636
# for running tests and building documentation:
3737
script:
3838
# run tests
3939
- cd tests
40-
- pysys.py run --threads auto -XpythonCoverage=true --purge --mode ALL
40+
- pysys.py run --ci
4141
- cd ..
4242

4343
after_script:

tests/pysysproject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" standalone="yes"?>
22
<pysysproject>
3-
<requires-pysys>1.5.1</requires-pysys>
3+
<requires-pysys>2.0</requires-pysys>
44
<requires-python>3.6</requires-python>
55

66
<property root="testRootDir"/>

0 commit comments

Comments
 (0)