diff --git a/.travis.yml b/.travis.yml index 128a47f7..bcf4edc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,4 @@ language: python -#python: -# - "3.4" -# - "3.5" -# - "3.6" -# command to install dependencies -#os: -# - linux -# - osx matrix: include: - os: linux @@ -45,6 +37,7 @@ before_install: | pyenv-virtualenv venv source venv/bin/activate # A manual check that the correct version of Python is running. + pip install --upgrade setuptools python --version fi diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 891190b0..eca42112 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -16,4 +16,4 @@ services: - MAIL_PWD= volumes: - ./web/:/usr/src/app/web - command: flask run --host=0.0.0.0 --port 8080 + command: python run.py --host=0.0.0.0 --port 8080