Skip to content

Commit

Permalink
Updated travis cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Jul 16, 2018
1 parent b04afe9 commit 69a7ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
env:
- PYENV: 3.7.0
install:
- pip install twine
- pip2 install --user twine
script:
- ./ci/travis/pyenv-wheel.sh

Expand All @@ -136,7 +136,7 @@ jobs:
env:
- PYENV: 3.7.0
install:
- pip install twine
- pip2 install --user twine
script:
- ./ci/travis/pyenv-wheel.sh

Expand All @@ -145,7 +145,7 @@ jobs:
env:
- PYENV: 3.7.0
install:
- pip install twine
- pip2 install --user twine
script:
- ./ci/travis/pyenv-wheel.sh

Expand Down

0 comments on commit 69a7ff3

Please sign in to comment.