mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 18:00:16 +00:00
typo in travis.yml
This commit is contained in:
@@ -22,6 +22,6 @@ install:
|
|||||||
- travis_retry pip install -r requirements-dev.txt
|
- travis_retry pip install -r requirements-dev.txt
|
||||||
- travis_retry python setup.py install
|
- travis_retry python setup.py install
|
||||||
script:
|
script:
|
||||||
- coverage run --source descent -m py.test
|
- coverage run --source tableprint -m py.test
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|||||||
Reference in New Issue
Block a user