Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
hburke123 committed Oct 24, 2019
1 parent ae8a2ef commit 889c3da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ before_install:
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
- docker version
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-compose
- pip install -U pip
- pip install -U pytest
- pip install -U coverage
- pip install -U codecov

# command to install dependencies
install:
Expand All @@ -34,12 +34,10 @@ before_script:

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

after_script:
- docker stack services ci
Expand Down

0 comments on commit 889c3da

Please sign in to comment.