Skip to content

Commit

Permalink
Removal of Python 2.7 and addition of newer Python 3 versions (#315)
Browse files Browse the repository at this point in the history
* Removal of py27 and additions of py37+8

* Removal of 3.7 from travis

* Tweak to remove py37 matrix
  • Loading branch information
Francesco Di Natale authored Sep 12, 2020
1 parent 864c12f commit 4b8465a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
language: python

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

matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- "3.7"
- "3.8"

install:
- pip install tox-travis
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# and then run "tox" from this directory.

[tox]
envlist = flake, py{27,34,35,36}
envlist = flake, py{35,36,37,38}
skip_missing_interpreters=True

[travis]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38

[testenv]
deps:
Expand Down

0 comments on commit 4b8465a

Please sign in to comment.