Skip to content

Commit

Permalink
travis deploy can build
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Apr 2, 2016
1 parent d35be98 commit c05215d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ before_script:

script:
- "fiximports -h"
- "python setup.py sdist"
- "python setup.py bdist"
- "python setup.py bdist_wheel"
- "python setup.py bdist_wheel --universal"
- "python setup.py test"

after_success:
Expand All @@ -44,6 +40,7 @@ after_success:
deploy:
provider: pypi
user: "Stibbons"
distributions: sdist bdist_wheel
password:
secure: SECURE_TRAVIS_PASSWORD
on:
Expand Down

0 comments on commit c05215d

Please sign in to comment.