Skip to content

Commit

Permalink
Merge pull request #420 from Parsely/feature/update_python_versions_t…
Browse files Browse the repository at this point in the history
…ravis

Add 3.7-dev to .travis.yml and update PyPy versions
  • Loading branch information
dan-blanchard committed Feb 6, 2018
2 parents 8837c15 + 492cd4d commit 7a5aa66
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ python:
- "3.5"
- "3.6"
- "3.6-dev"
# - "3.7-dev" -- to be added when beta is out - see https://www.python.org/dev/peps/pep-0537/#id6
- "pypy-5.4.1"
- "3.7-dev"
- "pypy2.7-5.10.0"
- "pypy3.5-5.10.1"

matrix:
fast_finish: true
allow_failures:
- python: '3.7-dev'

install:
- travis_retry pip install --upgrade pip setuptools
Expand Down

0 comments on commit 7a5aa66

Please sign in to comment.