Skip to content

Commit 333b60b

Browse files
committed
Disabled py32 tests
1 parent f0f0d47 commit 333b60b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ language: python
22
env:
33
- TOX_ENV=py26
44
- TOX_ENV=py27
5-
- TOX_ENV=py32
5+
# - TOX_ENV=py32
6+
# Disabling py32 tests until the following issue is fixed:
7+
# pip 8.x breaks python 3.2 compatibility
8+
# https://github.com/pypa/pip/issues/3390
69
- TOX_ENV=py33
710
- TOX_ENV=py34
811
- TOX_ENV=pypy

0 commit comments

Comments
 (0)