Skip to content

Commit edd2061

Browse files
committed
use virtualenv in test-all tox target
1 parent c2ac282 commit edd2061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clean-test:
3636
rm -fr htmlcov/
3737

3838
test-all:
39-
tox
39+
$(VENV)/bin/tox
4040

4141
test:
4242
$(VENV)/bin/py.test

0 commit comments

Comments
 (0)