Skip to content

Commit

Permalink
travis: remove py2.6 add py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Jun 2, 2019
1 parent 94b89a6 commit 5a84e5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand All @@ -10,6 +9,11 @@ python:
- "nightly"
- "pypy"
- "pypy3"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- make init
- pip install coveralls
Expand Down

0 comments on commit 5a84e5f

Please sign in to comment.