summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-06-25 20:36:44 -0700
committerIan Lee <IanLee1521@gmail.com>2016-06-25 20:36:44 -0700
commit4438622d0b62df53a1999301d1bdc9fa119ae763 (patch)
tree1bbcf53340ab8dffc7734456c29b21b5927bf3a9
parent5c4c081f6f5509f746ab4c0b508a4caa4e8ade98 (diff)
downloadpep8-4438622d0b62df53a1999301d1bdc9fa119ae763.tar.gz
Updated tox to do same tests as Travis CI
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7218f17..0c16e34 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,4 +13,4 @@ commands =
{envpython} pycodestyle.py --testsuite testsuite
{envpython} pycodestyle.py --statistics pycodestyle.py
{envpython} pycodestyle.py --doctest
- {envpython} -m testsuite.test_all
+ {envpython} setup.py test