15 - pip install -r requirements.txt -r requirements-test.txt
16 - pip install coveralls
19 - psql -c 'create database mygpo_test;' -U postgres
22 - pytest --cov=mygpo/ --cov-branch
28 - DATABASE_URL="postgres://postgres@localhost/mygpo_test"
32 # temporarily allow failures on 3.7
33 # see https://github.com/chtd/psycopg2cffi/issues/95