Skip to content

Commit

Permalink
change formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicksonchin93 committed Aug 19, 2019
1 parent ff0867f commit 21ef208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ python:
- "3.6"
install:
- pip install -r requirements.txt
- pip install pytest-xdist pytest-cov
- pip install coveralls pytest-xdist pytest-cov
- pip install .
script:
- py.test --boxed tests/ -vvvvs
- py.test --cov-report= --cov=keras_architecture_visualizer --boxed tests/ -vvvvs
addons:
apt:
packages:
Expand Down

0 comments on commit 21ef208

Please sign in to comment.