Skip to content

Commit fcdeff5

Browse files
committed
Try installing package on Travis before testing
1 parent 010a8ed commit fcdeff5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ python:
77
- 3.4
88
- 3.3
99
- 2.7
10-
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
11-
#install: pip install nose
12-
# command to run tests, e.g. python setup.py test
10+
11+
install: pip install .
12+
1313
script: nosetests
1414

1515
addons:

0 commit comments

Comments
 (0)