Skip to content

Commit

Permalink
new travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 22, 2015
1 parent b1d2d38 commit 061a35b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -6,14 +6,15 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5-dev"
- "3.5"
- "nightly"
- "pypy"
- "pypy3"
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install twine
script: coverage run --source=budy setup.py test
script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=budy setup.py test; else python setup.py test; fi
after_success: coveralls
deploy:
provider: pypi
Expand Down

0 comments on commit 061a35b

Please sign in to comment.