Skip to content

Commit c1161a8

Browse files
committed
travis-ci: install mock with dependencies
1 parent dfb3f25 commit c1161a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333

3434
install:
3535
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9 scipy=0.16 nose pandas
36-
- pip install mock --no-deps
36+
- pip install mock
3737
- python setup.py install
3838

3939
# command to run tests, e.g. python setup.py test

0 commit comments

Comments
 (0)