Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ endif
#
# If you don't have these installed yet it's going to take a long time, but
# you'll only need to do it once.
pyenv install -s 3.8.2
pyenv install -s 3.7.7
pyenv install -s 3.6.2
pyenv install -s 3.5.2
pyenv install -s 3.4.4

# Set up the environments for Tox
pyenv local 3.6.2 3.5.2 3.4.4
pyenv local 3.8.2, 3.7.7, 3.6.2 3.5.2 3.4.4


# Deactivates pyenv and removes it from auto-using the virtualenv
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
aliases:
- &docker_image circleci/python:3.6.2-stretch
- &docker_image circleci/python:3.8
- &dependencies
name: Make virtualenv and install dependencies
command: |
Expand Down