🚧 Replace Travis with CircleCI

pull/58/head
Gerber, Mike 3 years ago
parent 8533e6d421
commit 27f4c3bdf8

@ -10,7 +10,7 @@ jobs:
steps:
- checkout
- run: pip3 install --upgrade pip
- run: pip3 install -r requirements.txt
- run: pip3 install -r requirements.txt -r requirements-dev.txt
- run: pytest
workflows:

Loading…
Cancel
Save