Skip to content

Commit

Permalink
removed twine from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 24, 2018
1 parent dfd1e84 commit 3450d55
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=dropbox 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 3450d55

Please sign in to comment.