File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ python:
88env :
99 global :
1010 - DRF="djangorestframework==3.6.3"
11- - WQIO="wq.io==1.0.0b1 "
11+ - WQIO="wq.io==1.0.0 "
1212 matrix :
1313 - DJANGO="django==1.8.18"
14- - DJANGO="django==1.8.18" WITH_WQDB="pip install wq.db==1.0.0rc1 "
15- - DJANGO="django==1.11.1 "
16- - DJANGO="django==1.11.1 " WITH_WQDB="pip install wq.db==1.0.0rc1 "
17- - DJANGO="django==1.11.1 " WITH_WQDB="pip install wq.db==1.0.0rc1 " WITH_REVERSION="pip install django-reversion"
18- - DJANGO="django==1.11.1 " LINT="pip install flake8"
14+ - DJANGO="django==1.8.18" WITH_WQDB="pip install wq.db==1.0.0 "
15+ - DJANGO="django==1.11.3 "
16+ - DJANGO="django==1.11.3 " WITH_WQDB="pip install wq.db==1.0.0 "
17+ - DJANGO="django==1.11.3 " WITH_WQDB="pip install wq.db==1.0.0 " WITH_REVERSION="pip install django-reversion"
18+ - DJANGO="django==1.11.3 " LINT="pip install flake8"
1919before_script :
2020 - createdb -Upostgres data_wizard_test
2121 - psql -Upostgres data_wizard_test -c "CREATE EXTENSION postgis;"
You can’t perform that action at this time.
0 commit comments