Skip to content

Commit 49a880b

Browse files
authored
Update .travis.yml
1 parent 59941e8 commit 49a880b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,14 @@ before_install:
1414
install:
1515
- pip install -r requirements.txt
1616
- pip install .
17-
- pip install pytest-cov
17+
- pip install pytest
1818
- pip install codecov
1919
before_script:
2020
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2121
- chmod +x ./cc-test-reporter
2222
script:
23-
- pytest --cov=sqlalchemyseed/
23+
- pytest tests
2424
- coverage run --source=sqlalchemyseed -m pytest tests
2525
after_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

0 commit comments

Comments
 (0)