Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 8 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,19 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"

env:
- TOXENV=py26-pytest27
- TOXENV=py26-pytest28
- TOXENV=py26-pytest29
- TOXENV=py26-pytest30
- TOXENV=py27-pytest27
- TOXENV=py27-pytest28
- TOXENV=py27-pytest29
- TOXENV=py27-pytest30
- TOXENV=py33-pytest27
- TOXENV=py33-pytest28
- TOXENV=py33-pytest29
- TOXENV=py33-pytest30
- TOXENV=py34-pytest27
- TOXENV=py34-pytest28
- TOXENV=py34-pytest29
- TOXENV=py34-pytest30
- TOXENV=py35-pytest27
- TOXENV=py35-pytest28
- TOXENV=py35-pytest29
- TOXENV=py35-pytest30
- TOXENV=linting
- "3.6"

matrix:
include:
- env: TOXENV=py36-pytest27
python: '3.6'
- env: TOXENV=py36-pytest28
python: '3.6'
- env: TOXENV=py36-pytest29
python: '3.6'
- env: TOXENV=py36-pytest30
python: '3.6'
- python: '3.6'
env: TOXENV=linting

install:
- pip install tox coveralls
- pip install tox-travis coveralls

script:
- tox
Expand Down