Skip to content

Commit

Permalink
Set "tox-travis" Python version explicitly (try to fix codecov)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Nov 24, 2019
1 parent 2972b80 commit 883d2a3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
[tox]
skip_missing_interpreters = True
envlist = py{35,36,37,38},pypy
envlist = py{35,36,37,38,py3}

[travis]
python =
3.5.2: py35
3.5: py35
3.6: py36
3.6: py36
3.7: py37
3.8: py38
pypy3: pypy3

[testenv]
setenv = PYTHONPATH = {toxinidir}
Expand Down

0 comments on commit 883d2a3

Please sign in to comment.