Run test only once

This commit is contained in:
Lauri Võsandi 2017-03-13 17:31:32 +02:00
parent 2f666d5943
commit 4fc8fbb287
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ install:
- pip install --editable .
- pip install codecov pytest-cov
script:
- py.test && py.test --cov-report xml --cov=certidude tests/
- py.test --cov-report xml --cov=certidude tests/
cache:
directories:
- $HOME/.cache/pip