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 30b9dd5 commit 18b0ca0Copy full SHA for 18b0ca0
.travis.yml
@@ -3,6 +3,7 @@ python:
3
- 2.7
4
- 3.4
5
- 3.5
6
+ - 3.6
7
before_install:
8
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]] || [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then export DO_COVERAGE=1; fi
9
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then unset DO_COVERAGE; fi
0 commit comments