Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #84 from SylvainDe/master
Browse files Browse the repository at this point in the history
Add most recent Python versions in Travis CI
  • Loading branch information
caethan committed Oct 20, 2017
2 parents 96af703 + 2ecc35a commit 89bb777
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -1,8 +1,19 @@
language: python
python:
- "nightly"
- "3.7-dev"
- "3.6-dev"
- "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"
install:
- pip install --install-option='--no-cython-compile' Cython
- pip install -r dev_requirements.txt
Expand Down

0 comments on commit 89bb777

Please sign in to comment.