Skip to content

Commit

Permalink
Fix Travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ziajka committed Oct 19, 2017
1 parent 6da42b5 commit 7f29c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script:
- docker build -t gns3-gui-test .
- docker run gns3-gui-test
before_deploy:
pip install twine
sudo pip install twine
deploy:
provider: pypi
user: noplay
Expand Down
2 changes: 1 addition & 1 deletion gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.


__version__ = "2.1.0dev9"
__version__ = "2.1.0rc3"
__version_info__ = (2, 1, 0, -99)

# If it's a git checkout try to add the commit
Expand Down

0 comments on commit 7f29c49

Please sign in to comment.