mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 18:44:32 +08:00
Added a travis.yaml file and moved requirements.txt for auto unit testing
This commit is contained in:
@@ -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,3 +1,3 @@
|
||||
numpy
|
||||
pypubsub
|
||||
scipy
|
||||
ipython
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
numpy
|
||||
pypubsub
|
||||
ipython
|
||||
Reference in New Issue
Block a user