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 4fc68ca commit 52a5351
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Expand Up @@ -3,10 +3,12 @@ version: 2.1
orbs:
python: circleci/python@0.2.1

dependencies:
pre:
- pip install tox

jobs:
build-and-test:
docker:
- image: themattrix/tox
# executor: python/default
steps:
- checkout
Expand Down

0 comments on commit 52a5351

Please sign in to comment.