fixing circle-ci

This commit is contained in:
klemek
2020-04-27 16:34:12 +02:00
parent 19cfa1fb2f
commit bb0d8853bb
+1
View File
@@ -36,6 +36,7 @@ jobs:
- checkout
- run:
command: |
sudo pip install -r requirements.txt
sudo pip install pytest
python -m pytest ./tests/unit
name: Unit tests