Skip to content

Commit

Permalink
update wq module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Oct 7, 2019
1 parent 706a73f commit e89ccc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ env:
global:
- DJANGO="Django==2.2.5"
- DRF="djangorestframework==3.10.3"
- WQ_CORE="wq.core==1.1.0"
- WQ_APP="wq.app==1.1.0"
- WQ_DB="git+https://github.com/wq/wq.db.git#egg=wq.db"
- WQ_CORE="wq.core==1.2.0b1"
- WQ_APP="wq.app==1.2.0b1"
- WQ_DB="wq.db==1.2.0b1"
- XLSCONV="xlsconv==1.1.0"
install:
- pip install $DJANGO $DRF $XLSCONV
Expand Down
2 changes: 1 addition & 1 deletion django_project

0 comments on commit e89ccc1

Please sign in to comment.