diff --git a/Makefile b/Makefile index d9bf8004..61560ddb 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ test_travis: python manage.py makemigrations --settings=voseq.settings.testing python manage.py migrate --settings=voseq.settings.testing rm -rf htmlcov .coverage - coverage run --source voseq manage.py test -v 2 blast_local blast_local_full blast_ncbi blast_new \ + coverage run --source . manage.py test -v 2 blast_local blast_local_full blast_ncbi blast_new \ core create_dataset genbank_fasta public_interface stats view_genes genbank_fasta gene_table \ voucher_table gbif overview_table \ --settings=voseq.settings.testing @@ -90,7 +90,7 @@ test_local: python manage.py makemigrations --settings=voseq.settings.local_testing python manage.py migrate --settings=voseq.settings.local_testing rm -rf htmlcov .coverage - coverage run --source voseq manage.py test -k -v 2 blast_local blast_local_full blast_ncbi blast_new \ + coverage run --source . manage.py test -k -v 2 blast_local blast_local_full blast_ncbi blast_new \ core create_dataset genbank_fasta public_interface stats view_genes genbank_fasta gene_table \ voucher_table gbif overview_table \ --settings=voseq.settings.local_testing