From 3d86af609f32a60388dc40aa1a23902ee719d6d9 Mon Sep 17 00:00:00 2001 From: atanikan Date: Wed, 23 Jan 2019 19:35:52 -0600 Subject: [PATCH] Added support for coverall --- .travis.yml | 9 +-------- docker-compose.override.yml | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) 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