Skip to content

Commit

Permalink
Fix version tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesArcas committed Mar 22, 2020
1 parent 2bf4433 commit 28da257
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ language: python

python:
- "2.7"
# - "3.5"
# - "3.6"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

Expand All @@ -15,10 +15,7 @@ install:

script:
- if [ $TRAVIS_PYTHON_VERSION != '2.7' ]; then coverage run tests/test_script_io.py; fi
# - if [ $TRAVIS_PYTHON_VERSION != '3.7' -a $TRAVIS_PYTHON_VERSION != '3.8']; then coverage run tests/test-suite.py @all-tests.suites -x test-python-sed.exclude; fi
# - if [ $TRAVIS_PYTHON_VERSION = '3.7' ]; then coverage run tests/test-suite.py @all-tests.suites -x test-python-sed-3.7.exclude; fi
# - if [ $TRAVIS_PYTHON_VERSION = '3.8' ]; then coverage run tests/test-suite.py @all-tests.suites -x test-python-sed-3.7.exclude; fi
- coverage run tests/test-suite.py @all-tests.suites -x test-python-sed-3.7.exclude; fi
- coverage run tests/test-suite.py @all-tests.suites -x test-python-sed-3.7.exclude

after_success:
- coveralls

0 comments on commit 28da257

Please sign in to comment.