diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | install | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fe2c40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +build/ @@ -37,4 +37,4 @@ echo "$bold $red Setting up variables $end" echo "$bold $red Testing... $end" CURRENT_PATH=`pwd` export PYTHONPATH="$CURRENT_PATH/build/lib.linux-x86_64-2.7/" - python setup.py test + ./setup.py test |