1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 19:52:19 +00:00

Compatibility with py3.4

This commit is contained in:
J. Fernando Sánchez
2017-10-09 14:44:21 +02:00
parent eafecc9e5e
commit dbc182c6d0
4 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
FROM python:3.5-onbuild
FROM python:3.4-onbuild
ENTRYPOINT ["python", "-m", "soil"]