Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lamenezes committed Aug 4, 2016
1 parent 77ae99b commit 1167b9e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ matrix:
allow_failures:
- env: TOX_SUFFIX="boto"
- env: TOX_SUFFIX="boto3"
- TOX_SUFFIX="aiohttp"
exclude:
- env: TOX_SUFFIX="boto"
python: 3.3
Expand All @@ -38,9 +37,13 @@ matrix:
- env: TOX_SUFFIX="requests1"
python: 3.5
- env: TOX_SUFFIX="aiohttp"
python: 3.4
python: 2.6
- env: TOX_SUFFIX="aiohttp"
python: 3.5
python: 2.7
- env: TOX_SUFFIX="aiohttp"
python: 3.3
- env: TOX_SUFFIX="aiohttp"
python: pypy
python:
- 2.6
- 2.7
Expand Down

0 comments on commit 1167b9e

Please sign in to comment.