Since commit
9a54bf4bfc54 ("Add Python 3.9 support"), Python 3.9 is tested
by tox, so currently `docker-compose run web --tox` fails due to missing
Py3.9 binaries. Fix it.
Fixes: 9a54bf4bfc54 ("Add Python 3.9 support")
Signed-off-by: Daniel Axtens <dja@axtens.net>
RUN pyenv latest install 3.6 && \
pyenv latest install 3.7 && \
- pyenv latest install 3.8
+ pyenv latest install 3.8 && \
+ pyenv latest install 3.9
RUN pyenv global $(pyenv versions --bare | tac)
RUN pip install tox tox-pyenv