Skip to content

Commit

Permalink
travis: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 24, 2019
1 parent 232625e commit 03836b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ python:
if: (type = push AND branch IN (master)) OR (type = pull_request)
before_install:
- export PIP_USE_MIRRORS=true
- pip install -U pip setuptools
- pip install -U pytest mock # https://github.com/travis-ci/travis-ci/issues/4873
- 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'
install:
- "pip install -e ."
- pip install -e .
script: coverage run --source=unihan_etl setup.py test
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 03836b3

Please sign in to comment.