Skip to content

Commit

Permalink
simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 7, 2020
1 parent eee27ec commit 1b069c8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
dist: trusty
language: python

matrix:
include:
- python: '2.6'
dist: trusty
env:

- python: '2.7'
dist: trusty
env:
- COVERAGE="true"

- python: '3.1'
dist: trusty
env:

- python: '3.2'
dist: trusty
env:

- python: '3.3'
dist: trusty
env:

- python: '3.4'
dist: trusty
env:

- python: '3.5'
dist: trusty
env:

- python: '3.6'
dist: trusty
env:
- COVERAGE="true"

Expand All @@ -53,11 +46,9 @@ matrix:
env:

- python: 'pypy'
dist: trusty
env:

- python: 'pypy3'
dist: trusty
env:

allow_failures:
Expand Down

0 comments on commit 1b069c8

Please sign in to comment.