Skip to content

Commit 867ddfa

Browse files
committed
Added requirements.txt to travis.yml
1 parent 870274e commit 867ddfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sudo: false
1010
install:
1111
- pip install nose coverage coveralls
1212
- pip install pytest>=2.7.3 --upgrade
13+
- pip install -r requirements.txt
1314

1415
script:
1516
- nosetests -v --with-coverage --cover-package=javaobj tests

0 commit comments

Comments
 (0)