Skip to content

Commit 3d0be3f

Browse files
committed
update versions
1 parent c74f877 commit 3d0be3f

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,23 @@ python:
66
- "3.5"
77
env:
88
global:
9-
- DRF="djangorestframework==3.5.1"
9+
- DRF="djangorestframework==3.5.3"
1010
- CELERY="celery==4.0.0rc3"
1111
- KOMBU="kombu==4.0.0rc3"
12-
- WQDB="https://github.com/wq/wq.db/archive/master.zip"
12+
- WQDB="wq.db==1.0.0b3"
1313
- WQIO="wq.io==1.0.0b1"
14-
- VERA="https://github.com/wq/vera/archive/master.zip"
14+
- VERA="vera==1.0.0b2"
1515
matrix:
16-
- DJANGO="django==1.8.15"
17-
- DJANGO="django==1.9.10"
18-
- DJANGO="django==1.10.2"
19-
- DJANGO="django==1.10.2" LINT=1
16+
- DJANGO="django==1.8.16"
17+
- DJANGO="django==1.9.11"
18+
- DJANGO="django==1.10.3"
19+
- DJANGO="django==1.10.3" LINT=1
2020
before_script:
2121
- createdb -Upostgres data_wizard_test
2222
- psql -Upostgres data_wizard_test -c "CREATE EXTENSION postgis;"
2323
install:
2424
- pip install $DJANGO $DRF
2525
- pip install $CELERY $KOMBU
26-
- pip install https://github.com/wq/django-natural-keys/archive/master.zip
2726
- pip install $WQDB $WQIO $VERA
2827
- pip install psycopg2 Pillow
2928
- pip install flake8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def parse_markdown_readme():
4747
]
4848
},
4949
install_requires=[
50-
'wq.db',
51-
'vera',
50+
'wq.db>=1.0.0b3',
51+
'vera>=1.0.0b2',
5252
'wq.io',
5353
'celery',
5454
'redis',

0 commit comments

Comments
 (0)