Skip to content

Commit

Permalink
Added support for coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
atanikan committed Jan 24, 2019
1 parent 7b03409 commit 3d86af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
language: python
#python:
# - "3.4"
# - "3.5"
# - "3.6"
# command to install dependencies
#os:
# - linux
# - osx
matrix:
include:
- os: linux
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ services:
- MAIL_PWD=<administrators password>
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

0 comments on commit 3d86af6

Please sign in to comment.