Skip to content

Commit

Permalink
Do not use tox-travis anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Jul 16, 2018
1 parent 040f166 commit 7802640
Showing 1 changed file with 31 additions and 12 deletions.
43 changes: 31 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
dist: trusty
sudo: false
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

install:
- pip install tox-travis python-coveralls

cache:
pip: true
addons:
apt:
packages:
Expand All @@ -20,8 +10,37 @@ addons:
- myspell-de-de
- myspell-nl

install:
- pip install tox python-coveralls

script:
- tox

matrix:
include:
- { python: 2.7, env: TOXENV=py27-1.11 }
- { python: 3.4, env: TOXENV=py34-1.11 }
- { python: 3.4, env: TOXENV=py34-2.0 }
- { python: 3.5, env: TOXENV=py35-1.11 }
- { python: 3.5, env: TOXENV=py35-2.0 }
- { python: 3.5, env: TOXENV=py35-2.1 }
- { python: 3.5, env: TOXENV=py35-master }
- { python: 3.6, env: TOXENV=py36-2.0 }
- { python: 3.6, env: TOXENV=py36-2.1 }
- { python: 3.6, env: TOXENV=py36-master }
- { python: 3.7-dev, env: TOXENV=py37-2.1 }
- { python: 3.7-dev, env: TOXENV=py37-master }
- { python: 3.6, env: TOXENV=docs }
- { python: 3.6, env: TOXENV=flake8 }
- { python: 3.6, env: TOXENV=isort }
- { python: 3.6, env: TOXENV=potypo }

# we allow failures for versions which are not yet released:
allow_failures:
- env: TOXENV=py35-master
- env: TOXENV=py36-master
- env: TOXENV=py37-master
- env: TOXENV=py37-2.1

after_success:
coveralls

0 comments on commit 7802640

Please sign in to comment.