Skip to content

Commit

Permalink
Merge pull request #329 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI: Drop EOLed Python 3.4 and add 3.7 and nightly
  • Loading branch information
chocoelho committed Jun 11, 2019
2 parents 7cfc6d5 + 7472deb commit 5856bf4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: python
# http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
dist: xenial # required for Python >= 3.7
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
install:
- "pip install --editable .[build_tools]"
script:
Expand Down

0 comments on commit 5856bf4

Please sign in to comment.