Rerun flaky interation tests

This commit is contained in:
hugovk 2015-04-12 12:54:22 +03:00
parent 38d204ad90
commit 816be1cbe8
3 changed files with 5 additions and 2 deletions

View file

@ -80,7 +80,7 @@ export PYLAST_API_SECRET=TODO_ENTER_YOURS_HERE
To run all unit and integration tests:
```sh
pip install pytest
pip install pytest flaky
py.test
```