Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #590 from michael-lazar/travis_enable_37
Browse files Browse the repository at this point in the history
Enabling travis build for 3.7
  • Loading branch information
michael-lazar authored Aug 12, 2018
2 parents d59279a + 3a1c05b commit 36b9353
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
language: python
dist: trusty
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- nightly
matrix:
fast_finish: true
allow_failures:
- 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
fast_finish: true
dist: xenial
sudo: true
- python: nightly
dist: trusty

before_install:
- pip install --upgrade pip
install:
Expand Down

0 comments on commit 36b9353

Please sign in to comment.