Skip to content

Commit f7e74b3

Browse files
committed
travis: Test 3.5-dev too
1 parent 0a72f5e commit f7e74b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -z "${TRAVIS_TAG}" ]; then
88
exit 0
99
fi
1010

11-
if [ "${PYTHON_VERSION}" == "3.6-dev" ]; then
11+
if [ "${PYTHON_VERSION}" == "3.6-dev" -o "${PYTHON_VERSION}" == "3.5-dev" ]; then
1212
exit 0
1313
fi
1414

.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.5-dev"
30+
2631
- os: linux
2732
dist: trusty
2833
language: python

0 commit comments

Comments
 (0)