We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9606cfa commit 305ebf4Copy full SHA for 305ebf4
.travis.yml
@@ -1,9 +1,7 @@
1
language: python
2
python:
3
- - "2.6"
4
- - "2.7"
5
- - "3.2"
6
- - "3.3"
+ - 2.7
+ - 3.3
7
8
# command to run tests
9
script: cd tests && python -m unittest discover
0 commit comments