Run the sqlite test matrix with the travis settings file too, remove unnecesary initialsetup steps
This commit is contained in:
@@ -19,13 +19,10 @@ install:
|
||||
before_script:
|
||||
- mysql -e 'create database mayan_edms;'
|
||||
- psql -c 'create database mayan_edms;' -U postgres
|
||||
- if [[ $DB == mysql ]]; then python manage.py initialsetup --settings=mayan.settings.travis.db_mysql; fi
|
||||
- if [[ $DB == postgres ]]; then python manage.py initialsetup --settings=mayan.settings.travis.db_postgres; fi
|
||||
- if [[ $DB == sqlite ]]; then python manage.py initialsetup; fi
|
||||
script:
|
||||
- if [[ $DB == mysql ]]; then coverage run manage.py test $TEST_APPS --settings=mayan.settings.travis.db_mysql; fi
|
||||
- if [[ $DB == postgres ]]; then coverage run manage.py test $TEST_APPS --settings=mayan.settings.travis.db_postgres; fi
|
||||
- if [[ $DB == sqlite ]]; then coverage run manage.py test $TEST_APPS; fi
|
||||
- if [[ $DB == sqlite ]]; then coverage run manage.py test $TEST_APPS --settings=mayan.settings.travis; fi
|
||||
after_success:
|
||||
- coveralls
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user