aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2012-07-30 12:03:36 +0000
committerMarcus von Appen <mva@FreeBSD.org>2012-07-30 12:03:36 +0000
commitcdffcb1103e20ff62769e6e4829bd7b6269ed2a9 (patch)
tree0a47e5d5d73f831840c065d1837fc2d95853d8df /devel/Makefile
parentc5274f9bdbbe5d1728b082e6b63a9c7ef5e2060c (diff)
downloadports-cdffcb1103e20ff62769e6e4829bd7b6269ed2a9.tar.gz
ports-cdffcb1103e20ff62769e6e4829bd7b6269ed2a9.zip
Tox as is a generic virtualenv management and test command line tool you
can use for: * checking your package installs correctly with different Python versions and interpreters * running your tests in each of the environments, configuring your test tool of choice * acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing. WWW: http://tox.testrun.org/ PR: ports/170022 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Notes
Notes: svn path=/head/; revision=301714
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9d5dc71255d7..c1cb5debabde 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3442,6 +3442,7 @@
SUBDIR += py-tgMochiKit
SUBDIR += py-thrift
SUBDIR += py-timelib
+ SUBDIR += py-tox
SUBDIR += py-trace2html
SUBDIR += py-traits
SUBDIR += py-transaction