Skip to content

Commit

Permalink
Merge pull request #32 from jjhelmus/fix_ci
Browse files Browse the repository at this point in the history
TST: Fix pip install of nose-cov and python-coveralls
  • Loading branch information
jjhelmus committed Jun 4, 2015
2 parents 0ddf717 + f612f50 commit d31807b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ before_install:
install:
- conda create -n testenv --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose pip coverage
- source activate testenv
- pip install --use-mirrors nose-cov
- pip install --use-mirrors python-coveralls
- pip install nose-cov
- pip install python-coveralls
- python setup.py install
script:
- mkdir tmp # so that we don't pick up source directory
Expand Down

0 comments on commit d31807b

Please sign in to comment.