Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Add Python3.8 to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoRado authored and slavov-v committed Dec 19, 2020
1 parent c3683c0 commit ad2ef09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
pyenv install 3.5.7 --skip-existing
pyenv install 3.6.4 --skip-existing
pyenv install 3.7.0 --skip-existing
pyenv install 3.8.6 --skip-existing
- save_cache:
paths:
- /home/circleci/.pyenv/
Expand All @@ -53,8 +54,8 @@ jobs:
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
pip install tox tox-pyenv
pyenv local 3.5.7 3.6.4 3.7.0
pyenv local 3.5.7 3.6.4 3.7.0 3.8.6
tox
pyenv local 3.7.0
pyenv local 3.8.6
pip install -e .[dev]
cd django_enum_choices/tests/e2e && python3 tests.py

0 comments on commit ad2ef09

Please sign in to comment.