Initial Public Release

This commit is contained in:
Matthew Dillon (diogenes) 2013-09-08 20:29:51 -08:00
commit 1af302dbe1
16 changed files with 1721 additions and 0 deletions

20
Makefile Executable file
View file

@ -0,0 +1,20 @@
init:
pip install -r requirements.txt --use-mirrors
test2:
nosetests-2.7 tests
test3:
nosetests-3.3 tests
simple_test2:
nosetests-2.7 tests/test_backend_simple.py
advanced_test2:
nosetests-2.7 tests/test_backend_advanced.py
simple_test3:
nosetests-3.3 tests/test_backend_simple.py
advanced_test3:
nosetests-3.3 tests/test_backend_advanced.py