Skip to content

Commit 59941e8

Browse files
authored
Update .travis.yml
1 parent 3f35dd1 commit 59941e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ before_install:
1414
install:
1515
- pip install -r requirements.txt
1616
- pip install .
17-
- pip install pytest
17+
- pip install pytest-cov
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
23+
- pytest --cov=sqlalchemyseed/
2424
- coverage run --source=sqlalchemyseed -m pytest tests
2525
after_success:
2626
# - bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)