Skip to content

Commit be7d4c7

Browse files
committed
update versions
1 parent 7266de6 commit be7d4c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ python:
88
env:
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"
1919
before_script:
2020
- createdb -Upostgres data_wizard_test
2121
- psql -Upostgres data_wizard_test -c "CREATE EXTENSION postgis;"

0 commit comments

Comments
 (0)