Skip to content

Commit

Permalink
Update .travis.yml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl committed Sep 29, 2019
1 parent 39d3d5b commit 7886475
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ before_script:
#- psql -f sample_table/schema.sql my_db -U postgres
script:
- pycodestyle --exclude=venv --ignore=E501 .
- pytest
- coverage run --branch --source=. -m unittest discover -bv
- coverage run --source=. -m pytest
- coverage report -m
after_success:
- codecov

0 comments on commit 7886475

Please sign in to comment.