django / django-box

VM to run the Django test suite. ARCHIVED Please use https://github.com/django/django-docker-box
BSD 3-Clause "New" or "Revised" License
67 stars 22 forks source link

Rename the runtest aliases to be consistent with the jenkins test runners #27

Closed jarshwah closed 6 years ago

jarshwah commented 7 years ago

Current runtest aliases are inconsistent with jenkins CI configuration matrix.

Current:

runtests35-sqlite3     
runtests35-sqlite3-gis 
runtests35-mysql       
runtests35-mysql-gis   
runtests35-postgres    
runtests35-postgres-gis

Change to:

runtests35-sqlite3     
runtests35-spatialite 
runtests35-mysql       
runtests35-mysql_gis   
runtests35-postgres    
runtests35-postgis

From https://github.com/django/django-box/pull/26#discussion_r101891962