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 0a72f5e commit f7e74b3Copy full SHA for f7e74b3
.ci/travis-build-and-upload.sh
@@ -8,7 +8,7 @@ if [ -z "${TRAVIS_TAG}" ]; then
8
exit 0
9
fi
10
11
-if [ "${PYTHON_VERSION}" == "3.6-dev" ]; then
+if [ "${PYTHON_VERSION}" == "3.6-dev" -o "${PYTHON_VERSION}" == "3.5-dev" ]; then
12
13
14
.travis.yml
@@ -23,6 +23,11 @@ matrix:
23
python: "3.5"
24
services: [docker]
25
26
+ - os: linux
27
+ dist: trusty
28
+ language: python
29
+ python: "3.5-dev"
30
+
31
- os: linux
32
dist: trusty
33
language: python
0 commit comments