Skip to content

Commit

Permalink
travis: Invoke via py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 24, 2019
1 parent b9a6ef5 commit 137339c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if: (type = push AND branch IN (master)) OR (type = pull_request)
cache: pip
install:
- pip install -e .
script: coverage run --source=unihan_etl setup.py test
- pip install -r requirements/test.txt
script: py.test --cov=unihan_etl
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 137339c

Please sign in to comment.