Skip to content

Commit 305ebf4

Browse files
committed
remove whiny versions of python and only test latest versions
1 parent 9606cfa commit 305ebf4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.2"
6-
- "3.3"
3+
- 2.7
4+
- 3.3
75

86
# command to run tests
97
script: cd tests && python -m unittest discover

0 commit comments

Comments
 (0)