Skip to content

Commit

Permalink
Merge pull request #26 from JanLikar/master
Browse files Browse the repository at this point in the history
Fix failing builds on Python 3.2
  • Loading branch information
sigmavirus24 authored Jun 15, 2016
2 parents fe9bce0 + 3c6db3b commit d97c927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
matrix:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,py34,pypy,pypy3
envlist = py26,py27,py33,py34,pypy,pypy3

[testenv]
commands = python run_tests.py
Expand Down

0 comments on commit d97c927

Please sign in to comment.