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 Sep 29, 2020
1 parent 5e9b492 commit 496a187
Showing 1 changed file with 3 additions and 3 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==3.1.1"
- DRF="djangorestframework==3.11.1"
- WQ_CORE="wq.core==1.2.0"
- WQ_APP="wq.app==1.2.0"
- WQ_DB="wq.db==1.2.1"
- WQ_CORE="wq.core==1.3.0a1"
- WQ_APP="wq.app==1.3.0a1"
- WQ_DB="wq.db==1.3.0a1"
- XLSCONV="xlsconv==1.2.0"
install:
- pip install $DJANGO $DRF $XLSCONV
Expand Down

0 comments on commit 496a187

Please sign in to comment.