Skip to content

Commit

Permalink
Merge pull request #127 from josephharrington/fix-travis-ci
Browse files Browse the repository at this point in the history
Fix Travis runtime versions
  • Loading branch information
TheKevJames authored Jan 8, 2017
2 parents 39c269a + c6d08f8 commit 97ad9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
sudo: false
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
- pypy-5.4
- pypy3.3-5.2-alpha1
env:
matrix:
- $COVPYYAML=cov3-default,coveralls3
- $COVPYYAML=cov4-pyyaml,coveralls4
- $COVPYYAML=cov41-pyyaml,coveralls41
- $COVPYYAML=cov3-default,coveralls3
- $COVPYYAML=cov4-pyyaml,coveralls4
- $COVPYYAML=cov41-pyyaml,coveralls41
install:
- pip install tox
script:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{26,27,33,34,35,py,py3}-cov{3,4,41}-{default,pyyaml}
envlist = py{27,33,34,35,py,py3,py-54,py33-52-alpha1}-cov{3,4,41}-{default,pyyaml}

[testenv]
passenv = *
Expand Down

0 comments on commit 97ad9b0

Please sign in to comment.