From 6bc8b9611c85d321fd4fbad012525b7cd05a66d9 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 1 Mar 2013 13:45:12 -0500 Subject: Switched testing to tox. Also scrapped fabfile.py and replaced it with a much simpler makefile. Tox does most of the stuff that was in fabfile.py anyway. Now that everything runs in all supported python versions without using 2to3, we don't need to wait for tox to support it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c57cc74..e810f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ MANIFEST .venv *~ *#* +.tox/* -- cgit v1.2.3