Skip to content

Commit 5c9462e

Browse files
committed
install test dependencies
1 parent 5dce51c commit 5c9462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ install:
115115
- source script/torch.sh
116116
- pip install flake8
117117
- pip install codecov
118-
- travis_wait 30 pip install -e .
118+
- travis_wait 30 pip install -e .[test]
119119
script:
120120
- flake8 .
121121
- python setup.py test

0 commit comments

Comments
 (0)