Compare commits

...

3 Commits

2 changed files with 13 additions and 6 deletions

View File

@ -11,14 +11,15 @@ env:
- DJANGO_VERSION=django-22
- DJANGO_VERSION=django-30
matrix:
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements_test.txt
# command to run tests using coverage, e.g. python setup.py test
script: tox -e $(echo py$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION | tr -d .)
jobs:
include:
- stage: format
python: 3.7
install: pip install black
script: black --check .
after_success:
- coveralls

View File

@ -3,6 +3,12 @@
History
-------
(next version)
++++++++++++++
* Added validation for existing addresses on the signup form
0.0.2 (2020-01-08)
++++++++++++++++++