Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Apr 28, 2018
1 parent 4a360c0 commit 776e308
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
Expand All @@ -22,13 +19,6 @@ install:
# command to run tests
script: nosetests --verbosity 2

# automated pypi releases
deploy:
provider: pypi
user: gabrielfalcao
password:
secure: E5KbnpQau7jv/mpHWAs19Y5zBaOHyBXRCGAsTS0S5lEOp/g8EEbjyt5rL7lcIeFAYarIds719BktC5iO+1AQbXOYicS5vDfiVRdLaJ5HPA4v6zyyQzwadFKSqE1Tv11AG9xkFDfBEPLTQmSrpI5cJIY5UoafDnMZe4CbLVETTw8=
on:
branch: master
tags: true
distributions: sdist bdist_wheel

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 776e308

Please sign in to comment.