🚧 Replace Travis with CircleCI

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

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

Loading…
Cancel
Save