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 3c3c8dc commit 0a72f5eCopy full SHA for 0a72f5e
.ci/travis-build-and-upload.sh
@@ -8,6 +8,10 @@ if [ -z "${TRAVIS_TAG}" ]; then
8
exit 0
9
fi
10
11
+if [ "${PYTHON_VERSION}" == "3.6-dev" ]; then
12
+ exit 0
13
+fi
14
+
15
16
pushd $(dirname $0) > /dev/null
17
_root=$(dirname $(pwd -P))
.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.6-dev"
30
31
cache:
32
pip
33
0 commit comments