Skip to content

Commit

Permalink
Update travis for py3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Nov 4, 2019
1 parent 5e4005f commit 54f0101
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,28 @@ sudo: false

matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: pypy
env: TOXENV=pypy
- python: 3.5
env: TOXENV=py2-cover,py3-cover,coverage
- python: 3.5
env: TOXENV=docs
- python: 3.8
env: TOXENV=lint
dist: xenial
sudo: true
- python: 3.5
env: TOXENV=py35,coverage
- python: 3.6
env: TOXENV=py36
dist: xenial
sudo: true
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: 3.8
env: TOXENV=py38
dist: xenial
sudo: true
allow_failures:
- env: TOXENV=lint

install:
- travis_retry pip install tox
Expand Down

0 comments on commit 54f0101

Please sign in to comment.