Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6d7ea5

Browse files
committed
make travis test env install requirements file
1 parent c2681e8 commit c6d7ea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ python:
2525

2626
# command to install dependencies
2727
install:
28+
- pip install -r requirements.txt
2829
- pip install .
2930

3031
# command to run tests
31-
script: nosetests
32+
script: nosetests

0 commit comments

Comments
 (0)