Skip to content

Commit a8146f9

Browse files
committed
Removed .codeclimate.yml, update .travis.yml
1 parent 96b7c52 commit a8146f9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.codeclimate.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ before_script:
2525
- ./cc-test-reporter before-build
2626
script:
2727
# - pytest tests
28-
- coverage run --source=sqlalchemyseed -m pytest tests
28+
- coverage run --source=sqlalchemyseed/ --omit=**/_future/* -m pytest tests
2929
after_script:
30-
# - coverage xml
3130
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
3231
after_success:
3332
# - bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)