We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073a463 commit 537904dCopy full SHA for 537904d
1 file changed
.travis.yml
@@ -1,9 +1,9 @@
1
language: python
2
python:
3
+ - "3.5"
4
+ - "3.4"
5
- "3.3"
- - "3.2"
6
- "2.7"
- - "2.6"
7
install:
8
# Install unittest2 on Python 2.6
9
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
0 commit comments