Skip to content

Commit

Permalink
Only test against latest Python 2 and 3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Apr 16, 2018
1 parent 9024a8e commit 2a2abb2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Expand Up @@ -3,18 +3,18 @@ language: python

python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
#- '3.3'
#- '3.4'
#- '3.5'
- '3.6'
- pypy
- pypy-5.4.1
matrix:
allow_failures:
- python: '3.3'
- python: '3.4'
- python: pypy
- python: pypy-5.4.1
#- pypy
#- pypy-5.4.1
#matrix:
# allow_failures:
# - python: '3.3'
# - python: '3.4'
# - python: pypy
# - python: pypy-5.4.1

before_install:
- pip install -U pip wheel setuptools
Expand Down

0 comments on commit 2a2abb2

Please sign in to comment.