Skip to content

Commit

Permalink
added recent python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Mar 3, 2020
1 parent 1cd155c commit 3cb208f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
sudo: false
language: python

Expand All @@ -14,12 +15,16 @@ matrix:
env: TOXENV=flake8
- 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.6'
env: TOXENV=py37
- python: '3.6'
env: TOXENV=py38
- python: '3.6'
env: TOXENV=py39
- python: 'pypy'
env: TOXENV=pypy

Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, py37, pypy, flake8, docs
envlist = py27, py35, py36, py37, py38, py39, pypy, flake8, docs
skip_missing_interpreters = True

[testenv]
Expand All @@ -8,6 +8,8 @@ basepython =
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9
pypy: pypy
deps = -r{toxinidir}/tests/requirements.txt

Expand Down

0 comments on commit 3cb208f

Please sign in to comment.