Skip to content

Commit bcb2c45

Browse files
author
cclauss
authored
Travis CI: Remove EOLed versions of Python
1 parent 158c4bf commit bcb2c45

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)