Skip to content

Commit 93243f4

Browse files
Rémy HUBSCHERdjc
authored andcommitted
Use tox to run test on all platform.
1 parent 3138c73 commit 93243f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PHONY: test doc upload-doc
22

3-
test: test2 test3
3+
test:
4+
tox
45

56
test2:
67
PYTHONPATH=. python -m couchdb.tests

0 commit comments

Comments
 (0)