Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Dec 26, 2020
1 parent 4559239 commit 4fc68ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Expand Up @@ -5,14 +5,16 @@ orbs:

jobs:
build-and-test:
executor: python/default
docker:
- image: themattrix/tox
# executor: python/default
steps:
- checkout
- python/load-cache
- python/install-deps
- python/save-cache
- run:
command: ./manage.py test
command: tox
name: Test

workflows:
Expand Down

0 comments on commit 4fc68ca

Please sign in to comment.