We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0f0d0 commit 3bbe032Copy full SHA for 3bbe032
2 files changed
.travis.yml
@@ -0,0 +1,14 @@
1
+language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.2"
6
+ - "3.3"
7
+# install required system libraries
8
+before_install:
9
+ - sudo apt-get update --fix-missing
10
+ - sudo apt-get build-dep python-scipy
11
+# command to install dependencies from source
12
+install: "pip install -r requirements.txt"
13
+# command to run tests
14
+script: python runtests.py
requirements.txt
@@ -0,0 +1,3 @@
+numpy
+scipy
+slycot
0 commit comments