Skip to content

Commit 75693c4

Browse files
authored
Merge pull request #119 from cclauss/patch-1
Remove Python 3.2 and 3.3 from testing
2 parents d26ba4e + 6d5ce9c commit 75693c4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"
87

9-
matrix:
10-
include:
11-
- python: 3.2
12-
env: PYVER="3.2"
13-
148
install:
15-
- if [[ $PYVER == "3.2" ]]; then pip install -U "virtualenv<14.0.0" "pip<8.0.0" "setuptools<30.0.0"; fi
169
- pip install nose
1710
- pip install .
1811

0 commit comments

Comments
 (0)