[Python] Fix CircleCI tests

This commit is contained in:
Kacper Ziubryniewicz 2019-02-17 01:22:47 +01:00
parent 7d25da5dc1
commit 174914ace6

View file

@ -36,7 +36,7 @@ jobs:
- checkout:
path: ~/signer
- run: pip install --user .[testing]
- run: pytest
- run: python -m pytest .
workflows:
version: 2