Skip to content

Commit

Permalink
travis: Simplify package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 24, 2019
1 parent 9e6c366 commit f0056ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ if: (type = push AND branch IN (master)) OR (type = pull_request)
cache: pip
before_install:
- export PIP_USE_MIRRORS=true
- pip install -U pip setuptools pytest mock # https://github.com/travis-ci/travis-ci/issues/4873
- pip install coveralls
- git config --global user.name 'travis-ci'
- git config --global user.email 'travis@nowhere.edu'
- pip install pytest-cov
install:
- pip install -e .
script: coverage run --source=unihan_etl setup.py test
Expand Down

0 comments on commit f0056ed

Please sign in to comment.