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 e282295 commit d2e96e0Copy full SHA for d2e96e0
.travis.yml
@@ -4,6 +4,8 @@ python:
4
- 2.7
5
- 3.2
6
- 3.3
7
+- 3.4
8
+- 3.5
9
install:
10
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install importlib unittest2; fi
11
- pip install -r requirements.txt
0 commit comments