Skip to content

Commit 0a72f5e

Browse files
committed
travis: Test 3.6 nightly
1 parent 3c3c8dc commit 0a72f5e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.ci/travis-build-and-upload.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ if [ -z "${TRAVIS_TAG}" ]; then
88
exit 0
99
fi
1010

11+
if [ "${PYTHON_VERSION}" == "3.6-dev" ]; then
12+
exit 0
13+
fi
14+
1115

1216
pushd $(dirname $0) > /dev/null
1317
_root=$(dirname $(pwd -P))

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ matrix:
2323
python: "3.5"
2424
services: [docker]
2525

26+
- os: linux
27+
dist: trusty
28+
language: python
29+
python: "3.6-dev"
30+
2631
cache:
2732
pip
2833

0 commit comments

Comments
 (0)