Skip to content

Commit

Permalink
Disabling Python 3.2 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Feb 1, 2016
1 parent a767847 commit 5a67381
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 @@ -10,10 +10,10 @@ env:
- TOXENV=py27-17
- TOXENV=py27-18
- TOXENV=py27-19
- TOXENV=py32-15
- TOXENV=py32-16
- TOXENV=py32-17
# Disabling Python 3.2 tests for now as we have Problems with pip 8 on Travis
# - TOXENV=py32-15
# - TOXENV=py32-16
# - TOXENV=py32-17
# - TOXENV=py32-18
# - TOXENV=py32-18
- TOXENV=py33-15
Expand Down

0 comments on commit 5a67381

Please sign in to comment.