Skip to content

Commit

Permalink
Sets Travis CI dist to Xenial and removes 2.6/2.7 (#90)
Browse files Browse the repository at this point in the history
* Python 2.6/3.3 are no longer supported so we should not support it.
* Also `dist: xenial` is now default for Travis CI, but we should be
explicit in our configuration to avoid breakage when the default changes.

Fixes #89
  • Loading branch information
almann committed Jun 12, 2019
1 parent 0b21fa3 commit b5d0122
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: python
dist: xenial
matrix:
include:
- python: "2.6"
- python: "2.7"
- python: "3.3"
- python: "3.4"
- python: "3.5"
- python: "3.6"
Expand Down

0 comments on commit b5d0122

Please sign in to comment.