Skip to content

Commit

Permalink
Trying to install all python versions faster
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Oct 27, 2017
1 parent 542b1cc commit 1bc5bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- pyenv install -s 3.6.3
- pyenv install -s 3.5.3
- pyenv install -s 3.4.6
- pyenv shell 3.6 3.5 3.4
- pyenv shell 3.6.3 3.5.3 3.4.6
- pip install 'tox>=2.3.1'
script: tox
notifications:
Expand Down

0 comments on commit 1bc5bed

Please sign in to comment.