Skip to content

Commit

Permalink
Update version number, and don't have travis ci upload the wheel sinc…
Browse files Browse the repository at this point in the history
…e appveyor does.
  • Loading branch information
Paul Vincent Craven committed Mar 23, 2016
1 parent f6a83ff commit 714b9a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -21,11 +21,11 @@ script:
- sphinx-build -b html doc/source doc/build/html
- coverage run --source=arcade setup.py test

deploy:
provider: pypi
user: $USERNAME
password: $PASSWORD
distributions: "bdist_wheel"
# deploy:
# provider: pypi
# user: $USERNAME
# password: $PASSWORD
# distributions: "bdist_wheel"

after_success:
- coveralls
2 changes: 1 addition & 1 deletion arcade/version.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python

BUILD = 18
BUILD = 19
VERSION = "0.0.6"
RELEASE = VERSION + "a" + str(BUILD)
2 changes: 1 addition & 1 deletion doc/source/conf.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

BUILD = 18
BUILD = 19
VERSION = "0.0.6"
RELEASE = VERSION + "a" + str(BUILD)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

BUILD = 18
BUILD = 19
VERSION = "0.0.6"
RELEASE = VERSION + "a" + str(BUILD)

Expand Down

0 comments on commit 714b9a4

Please sign in to comment.