Skip to content

Commit 78ac311

Browse files
authored
Merge pull request #84 from cclauss/patch-2
Travis CI: Remove EOLed versions of Python
2 parents dc1c796 + bcb2c45 commit 78ac311

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.2"
6-
- "3.3"
74
- "3.4"
8-
# - "3.5"
9-
#- "3.5-dev" # 3.5 development branch
10-
#- "nightly" # currently points to 3.6-dev
11-
# command to install dependencies
12-
#install: "pip install -r requirements.txt"
13-
# command to run tests
5+
- "3.5"
6+
- "3.6"
147
script: nosetests
158

169
notifications:

0 commit comments

Comments
 (0)