Merge branch 'py37'
Enable py37 in travis-ci
This commit is contained in:
commit
5d712395ef
31
.travis.yml
31
.travis.yml
|
@ -1,19 +1,14 @@
|
||||||
sudo: false
|
|
||||||
language: python
|
language: python
|
||||||
|
# defaults: the py3.7 environment overrides these
|
||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -f $HOME/.cache/pip/log/debug.log
|
- rm -f $HOME/.cache/pip/log/debug.log
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /^WIP-.*$/
|
- /^WIP-.*$/
|
||||||
python:
|
|
||||||
- "2.7"
|
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
|
||||||
- "3.6"
|
|
||||||
- "3.7"
|
|
||||||
- "nightly"
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip tox virtualenv codecov
|
- pip install -U pip tox virtualenv codecov
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -26,8 +21,18 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
matrix:
|
matrix:
|
||||||
|
include:
|
||||||
|
- python: 2.7
|
||||||
|
- python: 3.3
|
||||||
|
- python: 3.4
|
||||||
|
- python: 3.5
|
||||||
|
- python: 3.6
|
||||||
|
- python: 3.7
|
||||||
|
# we don't actually need sudo, but that kicks us onto GCE, which lets
|
||||||
|
# us get xenial
|
||||||
|
sudo: true
|
||||||
|
dist: xenial
|
||||||
|
- python: nightly
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "3.3"
|
- python: 3.3
|
||||||
# travis doesn't support py3.7 yet
|
- python: nightly
|
||||||
- python: "3.7"
|
|
||||||
- python: "nightly"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user