commit | 02b5f3f369d9dceaf197eac540ce5797d1a07250 | [log] [tgz] |
---|---|---|
author | Ali Afshar <afshar@google.com> | Thu Sep 06 08:43:10 2012 -0700 |
committer | Ali Afshar <afshar@google.com> | Thu Sep 06 08:43:10 2012 -0700 |
tree | 564387ba37322109060422e671ed8d27458db183 | |
parent | 7972f35985a794812d0f03f0cf76e0a8b0ffec22 [diff] [blame] |
Replace test runners with nose, and add tox support. Reviewed in: https://codereview.appspot.com/6490081/
diff --git a/Makefile b/Makefile index 1e66c3a..8102da7 100644 --- a/Makefile +++ b/Makefile
@@ -4,9 +4,7 @@ APP_ENGINE_PATH=../google_appengine test: - ./runtests.sh python2.6 - ./runtests.sh python2.7 - + tox .PHONY: coverage coverage: