Skip to content

Commit

Permalink
new travis code
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 8, 2016
1 parent e22a237 commit f664680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ install:
- pip install coveralls
- pip install twine
script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=budy setup.py test; else python setup.py test; fi
after_success: coveralls
after_success: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coveralls; fi
deploy:
provider: pypi
user: joamag
Expand Down

0 comments on commit f664680

Please sign in to comment.