Skip to content

Commit

Permalink
Start testing Python 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Feb 12, 2017
1 parent 9583d73 commit 35d6a24
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -3,11 +3,13 @@ language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "pypy3.3-5.2-alpha1"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3"
cache:
apt: true
pip: false
Expand All @@ -26,5 +28,6 @@ script:
- python -W always setup.py test
matrix:
allow_failures:
- python: 3.7-dev
- python: pypy
- python: pypy3.3-5.2-alpha1
- python: pypy3

0 comments on commit 35d6a24

Please sign in to comment.