Skip to content

Commit

Permalink
new code
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 22, 2015
1 parent bc04626 commit 8ac712f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- pip install -r requirements.txt
- pip install coveralls
- pip install twine
script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=admin_scripts setup.py test; python setup.py test; fi
script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=admin_scripts setup.py test; else python setup.py test; fi
after_success: coveralls
deploy:
provider: pypi
Expand Down

0 comments on commit 8ac712f

Please sign in to comment.