Add test for certs_install script

Add make ability for travis ci
This commit is contained in:
Sam Chow 2018-08-23 15:41:00 -04:00
parent 0681784012
commit dabad24cae
4 changed files with 80 additions and 0 deletions

View file

@ -60,6 +60,9 @@ registry-test-old:
--timeout=3600 --verbose --show-count -x \
./test/registry_tests.py
certs-test:
./test/test_certs_install.sh
full-db-test: ensure-test-db
TEST=true PYTHONPATH=. alembic upgrade head
TEST=true PYTHONPATH=. SKIP_DB_SCHEMA=true py.test --timeout=7200 \