Skip to content

Commit

Permalink
Travis CI: Drop EOL versions on Python and add 3.7 and 3.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 12, 2019
1 parent 3cdc2fa commit 5a4b3e0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
language: python
dist: xenial # required for Python >= 3.7 on Travis CI
python:
- "nightly"
- "3.7-dev"
- "3.6-dev"
- "3.8-dev"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
matrix:
fast_finish: true
allow_failures:
- python: "nightly"
- python: "3.7-dev"
- python: "3.6-dev"
- python: "3.8-dev"
install:
- pip install --install-option='--no-cython-compile' Cython
- pip install -r dev_requirements.txt
Expand Down

0 comments on commit 5a4b3e0

Please sign in to comment.