Merge pull request #590 from michael-lazar/travis_enable_37
Enabling travis build for 3.7
This commit is contained in:
24
.travis.yml
24
.travis.yml
@@ -1,17 +1,23 @@
|
|||||||
language: python
|
language: python
|
||||||
dist: trusty
|
|
||||||
python:
|
|
||||||
- 2.7
|
|
||||||
- 3.4
|
|
||||||
- 3.5
|
|
||||||
- 3.6
|
|
||||||
- 3.7
|
|
||||||
- nightly
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: nightly
|
- python: nightly
|
||||||
|
include:
|
||||||
|
- python: 2.7
|
||||||
|
dist: trusty
|
||||||
|
- python: 3.4
|
||||||
|
dist: trusty
|
||||||
|
- python: 3.5
|
||||||
|
dist: trusty
|
||||||
|
- python: 3.6
|
||||||
|
dist: trusty
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
fast_finish: true
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
|
- python: nightly
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user