simplify .travis.yml
This commit is contained in:
parent
d6866e11fe
commit
454bf1eaf6
27
.travis.yml
27
.travis.yml
|
@ -1,4 +1,8 @@
|
||||||
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
|
||||||
|
@ -19,33 +23,16 @@ after_success:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
dist: xenial
|
# we don't actually need sudo, but that kicks us onto GCE, which lets
|
||||||
# we don't actually need sudo, but that kicks us onto GCE, which means
|
# us get xenial
|
||||||
# "group: edge" will let us get Ubuntu 14.04 LTS (xenial)
|
|
||||||
#group: edge
|
|
||||||
sudo: true
|
sudo: true
|
||||||
|
dist: xenial
|
||||||
- python: nightly
|
- python: nightly
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
- python: nightly
|
- python: nightly
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user