Skip to content

Commit

Permalink
test10
Browse files Browse the repository at this point in the history
  • Loading branch information
hburke123 committed Oct 24, 2019
1 parent 510fcd9 commit 3297067
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ python:
services:
- docker

#env:
# - CONFIG_PATH=data/local_config.yml
env:
- CONFIG_PATH=data/local_config.yml

before_install:
- sudo apt-get update
Expand All @@ -34,9 +34,8 @@ before_script:

# command to run tests
script:
- pytest testing/api/
- coverage run -m pytest testing/api/
- coverage combine
#- coverage combine
- coverage report

after_script:
Expand Down

0 comments on commit 3297067

Please sign in to comment.