File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,14 @@ before_install:
1414install :
1515 - pip install -r requirements.txt
1616 - pip install .
17- - pip install pytest-cov
17+ - pip install pytest
1818 - pip install codecov
1919before_script :
2020 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2121 - chmod +x ./cc-test-reporter
2222script :
23- - pytest --cov=sqlalchemyseed/
23+ - pytest tests
2424 - coverage run --source=sqlalchemyseed -m pytest tests
2525after_success :
2626# - bash <(curl -s https://codecov.io/bash)
2727 - codecov
28- # for codecoverage on codeclimate.com
29- env :
30- global :
31- - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
32- - CC_TEST_REPORTER_ID=48ee9103b2354a6b5c3028f4bc09a0705b79f27d013328a4234107ed385c16ec
You can’t perform that action at this time.
0 commit comments