We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bc225 commit 115628cCopy full SHA for 115628c
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- "3.3"
7
- "3.4"
8
- "3.5"
9
+ - "3.6"
10
# command to install dependencies
11
install:
12
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
0 commit comments