We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c45504 commit 76dbe33Copy full SHA for 76dbe33
.travis.yml
@@ -1,8 +1,24 @@
1
language: python
2
python:
3
- - "2.7"
4
- - "nightly"
+ - "2.7"
+before_install:
5
+ - deactivate
6
+# - sudo apt-get update -qq
7
+# - sudo apt-get install -qq python-scipy python-matplotlib python-nose
8
+ - virtualenv --system-site-packages ~/virtualenv/this
9
+ - source ~/virtualenv/this/bin/activate
10
+ - pip install -r requirements.txt
11
+install:
12
+# - python setup.py build_ext --inplace
13
+ - python setup.py install
14
+script:
15
+ - nosetests
16
+
17
+#language: python
18
+#python:
19
+# - "2.7"
20
+# - "nightly"
21
# command to install dependencies
-install: "pip install -r requirements.txt"
22
+#install: "pip install -r requirements.txt"
23
# command to run tests
-script: nosetests
24
+#script: nosetests
0 commit comments