Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f7dbfc

Browse files
authored
Merge pull request #7307 from tacaswell/ci_py36
CI: test on 3.6-dev branch
2 parents f91dff4 + 4711b7e commit 0f7dbfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ matrix:
5656
env: TEST_ARGS=--pep8
5757
- python: 2.7
5858
env: BUILD_DOCS=true MOCK=mock
59+
- python: "3.6-dev"
60+
env: PRE=--pre
5961
- python: "nightly"
6062
env: PRE=--pre
6163
allow_failures:
@@ -64,6 +66,7 @@ matrix:
6466
before_install:
6567
- source tools/travis_tools.sh
6668
# Install into our own pristine virtualenv
69+
- pip install --upgrade virtualenv
6770
- virtualenv --python=python venv
6871
- source venv/bin/activate
6972
- export PATH=/usr/lib/ccache:$PATH

0 commit comments

Comments
 (0)