Skip to content

Commit

Permalink
chore: Add correct tox envs to circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Sep 14, 2018
1 parent 164e6c7 commit fae911b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
key: v1-tox-{{ checksum "tox.ini" }}-{{ checksum "requirements.txt" }}
paths:
- .tox
- run: tox -e py3-django1_8
- run: tox -e py3-django1_9
- run: tox -e py3-django1_10
- run: tox -e py2-django1_11
- run: tox -e py3-django1_11
- run: tox -e py3-django2_0
- run: tox -e py3-django2_1
- run: tox -e coverage

workflows:
Expand Down

0 comments on commit fae911b

Please sign in to comment.