Skip to content

Commit

Permalink
Merge pull request #2 from mkouhei/update-travis-configuration
Browse files Browse the repository at this point in the history
Updates travis-configuration.
  • Loading branch information
mkouhei committed Apr 22, 2017
2 parents 4640493 + 451fda5 commit 4364eaf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
@@ -1,10 +1,6 @@
language: python
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy

install:
- pip install coveralls tox
script:
Expand All @@ -14,11 +10,15 @@ after_success:
- coveralls --verbose

matrix:
allow_failures:
- env: TOX_ENV=py27
- env: TOX_ENV=py33
- env: TOX_ENV=py34
- env: TOX_ENV=pypy
include:
- python: 2.7
env: TOX_ENV=py27
- python: 3.5
env: TOX_ENV=py35
- python: 3.6
env: TOX_ENV=py36
- python: pypy
env: TOX_ENV=pypy
allow_failures:
- python: pypy3
env: TOX_ENV=pypy3

0 comments on commit 4364eaf

Please sign in to comment.