~graphite-dev/whisper/trunk

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: GitHub
  • Author(s): Denis Zhdanov
  • Date: 2017-10-22 21:11:00 UTC
  • mfrom: (183.1.1)
  • Revision ID: git-v1:cb9817ca357450e04ee5dc5e729a62cc3fdbaec2
Merge pull request #236 from graphite-project/DZ-no-use-mirrors

--use-mirrors was removed from pip 7.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  - bin/whisper-update.py --help
28
28
  - contrib/whisper-auto-update.py --help
29
29
  - contrib/whisper-auto-resize.py --help
30
 
  - "if echo $TRAVIS_PYTHON_VERSION | egrep -q '^pypy$'; then pip install unittest2 --use-mirrors; fi"
 
30
  - "if echo $TRAVIS_PYTHON_VERSION | egrep -q '^pypy$'; then pip install unittest2; fi"
31
31
  # Coverage of tests ensures we don't have dead coded in the tests
32
32
  - coverage run --include='whisper.py,test_whisper.py' test_whisper.py
33
33
after_success: