Skip to content

Commit

Permalink
removed twine install
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 24, 2018
1 parent 5561635 commit 73bab59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,6 @@ install:
- pip install "pkginfo<1.3"
- pip install -r requirements.txt
- pip install "pycparser<2.19" coveralls
- pip install twine
script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=repos setup.py test; else python setup.py test; fi
after_success: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coveralls; fi
deploy:
Expand Down

0 comments on commit 73bab59

Please sign in to comment.