Skip to content

Commit

Permalink
testing tox+travis
Browse files Browse the repository at this point in the history
  • Loading branch information
manuphatak committed May 18, 2015
1 parent 003618b commit 0887758
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ python:
- "3.4"
- "pypy"


script:
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then tox -e py27; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]]; then tox -e py32; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then tox -e py33; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then tox -e py34; fi
- if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then tox -e pypy; fi
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then tox -e docs; fi
- tox -e docs
- coverage run --source=json_config setup.py test
after_success:
coveralls

0 comments on commit 0887758

Please sign in to comment.