Added a travis.yaml file and moved requirements.txt for auto unit testing

This commit is contained in:
rowanc1
2013-11-26 17:50:03 -08:00
parent e2943ba56e
commit 83bdf73a63
3 changed files with 11 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
+1 -1
View File
@@ -1,3 +1,3 @@
numpy
pypubsub
scipy
ipython
+3
View File
@@ -0,0 +1,3 @@
numpy
pypubsub
ipython