Skip to content

Commit 76dbe33

Browse files
committed
Updated.
1 parent 7c45504 commit 76dbe33

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

.travis.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "nightly"
3+
- "2.7"
4+
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"
521
# command to install dependencies
6-
install: "pip install -r requirements.txt"
22+
#install: "pip install -r requirements.txt"
723
# command to run tests
8-
script: nosetests
24+
#script: nosetests

0 commit comments

Comments
 (0)