From c70a9bb873c2c83f912ef6ff7a622e46224f0ff4 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 26 Nov 2016 17:32:49 -0500 Subject: [PATCH] Enable Python 3 tests by default in Tox config Now that we're supporting it, I plan to run the Python 3 tests as part of my normal coding workflow. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 28fd3636e..8115395c6 100644 --- a/tox.ini +++ b/tox.ini @@ -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