Skip to content

Commit

Permalink
Change py35-tests to py3-tests so that we can run tests on Python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Apr 13, 2020
1 parent 2c1c31a commit 1255147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skip_missing_interpreters=True
envlist = {py35}-tests, check-manifest, pyflakes
envlist = {py3}-tests, check-manifest, pyflakes

[testenv:check-manifest]
skip_install = True
Expand Down

0 comments on commit 1255147

Please sign in to comment.