Executable renamed to "run" to avoid confusion with pip installed script Updated heroku deploy button to use the heroku-app branch, which by default enforces HTTPS Added instructions for enforcing HTTPS on various deployment options, with note about how this isn't a required task. Updated setup.py description to use improved app description
9 lines
163 B
YAML
9 lines
163 B
YAML
language: python
|
|
python: 3.6
|
|
before_install:
|
|
- sudo apt-get -y install libgnutls28-dev
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- ./run test
|