Skip to content

Commit

Permalink
Enable db tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespfennell committed Apr 23, 2020
1 parent 243631b commit 508d09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:

script:
- make containerized-unit-tests
# - make containerized-db-tests
- make containerized-db-tests
- make end-to-end-tests
- docker run --entrypoint black jamespfennell/transiter-ci:latest --check {/transiter/source/transiter,/transiter-ci/tests}
- docker run --entrypoint pycodestyle jamespfennell/transiter-ci:latest --ignore=E203,E501,W503 {/transiter/source/transiter,/transiter-ci/tests}
Expand Down

0 comments on commit 508d09e

Please sign in to comment.