Install Python 3.5 and 3.6 on docker container

To cover all supported versions of Python using Tox
This commit is contained in:
Shahin
2018-01-24 16:46:45 +03:30
parent 420554c737
commit 16f5914c90
5 changed files with 57 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
test:
find . -name "*.pyc" -delete
docker build -t sanic/test-image .
docker build -t sanic/test-image -f docker/Dockerfile .
docker run -t sanic/test-image tox