Skip to content

Commit

Permalink
Add nopy3 attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 5, 2016
1 parent a305eb5 commit 3823d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ script:
- vvv-validate-rst CHANGES.rst
- python setup.py --long-description > PYPI.rst
- vvv-validate-rst PYPI.rst
- python setup.py nosetests --stop -a '!'nopy${TRAVIS_PYTHON_VERSION/./}
- python setup.py nosetests --stop -a '!'nopy${TRAVIS_PYTHON_VERSION/./} -a '!'nopy`echo $TRAVIS_PYTHON_VERSION | awk -F . '{{print $1}}'`

after_failure:
- python setup.py nosetests -a '!'nopy${TRAVIS_PYTHON_VERSION/./}
- python setup.py nosetests -a '!'nopy${TRAVIS_PYTHON_VERSION/./} -a '!'nopy`echo $TRAVIS_PYTHON_VERSION | awk -F . '{{print $1}}'`

after_success:
# Report coverage results to coveralls.io
Expand Down

0 comments on commit 3823d71

Please sign in to comment.