Skip to content

Commit

Permalink
Fixed TravisCI build error for Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Mar 28, 2016
1 parent f7a79d0 commit 6306a16
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 @@ -9,6 +9,6 @@ env:
- TOXENV=flake
- TOXENV=checkmanifest
install:
- pip install tox>=2.1
- pip install tox>=2.1 'virtualenv<14'
script:
- tox

0 comments on commit 6306a16

Please sign in to comment.