Skip to content

Commit 7c45504

Browse files
committed
Updated travis-CI config file.
1 parent 07f89e1 commit 7c45504

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.travis.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
language: python
22
python:
3-
- "2.7"
4-
before_install:
5-
- deactivate
6-
- sudo apt-get update -qq
7-
- sudo apt-get install -qq python-scipy python-nose
8-
- virtualenv --system-site-packages ~/virtualenv/this
9-
- source ~/virtualenv/this/bin/activate
10-
install:
11-
- python setup.py build_ext --inplace
12-
- python setup.py install
13-
script:
14-
- python setup.py test
3+
- "2.7"
4+
- "nightly"
5+
# command to install dependencies
6+
install: "pip install -r requirements.txt"
7+
# command to run tests
8+
script: nosetests

0 commit comments

Comments
 (0)