We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60876af commit 37ac330Copy full SHA for 37ac330
1 file changed
.travis.yml
@@ -7,8 +7,7 @@ python:
7
- "3.4"
8
- "3.5"
9
- "3.6"
10
- - "3.7-dev"
11
- - "3.8-dev"
+ - "3.7"
12
# command to install dependencies
13
install:
14
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
0 commit comments