Skip to content

Commit

Permalink
Drop Python 2.7 and 3.4 testing and add 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jun 27, 2020
1 parent 7270370 commit eb8033c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ install: python -m pip install tox
script: python -m tox -e py
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
dist: xenial
env: TOXENV=py37
- python: 3.8
dist: xenial
env: TOXENV=py38
- python: pypy
env: TOXENV=pypy
- python: 3.7
Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ environment:

matrix:

- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38-x64"

install:

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py27,py34,py35,py36,py37,pypy,lint
envlist=py35,py36,py37,py38,pypy,pylint
skip_missing_interpreters=True

[testenv]
Expand Down

0 comments on commit eb8033c

Please sign in to comment.