Skip to content

Commit e2f023d

Browse files
committed
Updated tox for package rename
1 parent 4d5f3e4 commit e2f023d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, jython
99
[testenv]
1010
commands =
1111
{envpython} setup.py install
12-
{envpython} pep8.py --testsuite testsuite
13-
{envpython} pep8.py --statistics pep8.py
14-
{envpython} pep8.py --doctest
12+
{envpython} pycodestyle.py --testsuite testsuite
13+
{envpython} pycodestyle.py --statistics pep8.py
14+
{envpython} pycodestyle.py --doctest
1515
{envpython} -m testsuite.test_all

0 commit comments

Comments
 (0)