Skip to content

Commit 6d5ce9c

Browse files
author
cclauss
authored
Remove Python 3.2 and 3.3 from testing
__Problems:__ * Python 3.2 is already removed but there are still tests for its presence. * Python 3.3 goes EOL later this month __Solution:__ * Remove all mention of Python 3.2 and 3.3 from `.travis.yml`
1 parent d26ba4e commit 6d5ce9c

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)