Skip to content

Commit

Permalink
ci: Travis: add py37 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 15, 2019
1 parent a7847ed commit 59430aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
# - 'pypy2.7-6.0'
- 'pypy3.5-6.0'

Expand Down Expand Up @@ -40,6 +41,10 @@ matrix:
tags: true
repo: pytest-dev/py

exclude:
- python: '3.7'
env: DEPS="pytest~=2.9.0"

allow_failures:
- python: 'pypy2.7-6.0'
- python: 'pypy3.5-6.0'
Expand Down

0 comments on commit 59430aa

Please sign in to comment.