Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit d6fcce8

Browse files
committed
Fix tox command
1 parent ca8510d commit d6fcce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
envlist = py26, py27, py30, py31, py32, py33, pypy
88

99
[testenv]
10-
commands = make test
10+
commands = python setup.py test

0 commit comments

Comments
 (0)