Skip to content

Commit

Permalink
Enable Python 3 tests by default in Tox config
Browse files Browse the repository at this point in the history
Now that we're supporting it, I plan to run the Python 3 tests as part of
my normal coding workflow.
  • Loading branch information
sampsyo committed Nov 26, 2016
1 parent fc6658c commit c70a9bb
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
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27-test, py27-flake8, docs
envlist = py27-test, py35-test, py27-flake8, docs

# The exhaustive list of environments is:
# envlist = py{27,34,35}-{test,cov}, py{27,34,35}-flake8, docs
Expand Down

0 comments on commit c70a9bb

Please sign in to comment.