Skip to content

Commit

Permalink
replace django 20 with 21
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jul 8, 2019
1 parent 4f17ddf commit 4b640df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ matrix:
env: TOXENV=flake8
- python: 3.6
env: TOXENV=pylint
- python: 3.6
env: TOXENV=py36-django20
- python: 3.6
env: TOXENV=py36-django21
- python: 3.6
env: TOXENV=py36-django22
- python: 3.7
env: TOXENV=py37-django20
env: TOXENV=py37-django21
dist: xenial
- python: 3.7
env: TOXENV=py37-django21
env: TOXENV=py37-django22
dist: xenial
services:
- postgresql
Expand All @@ -24,4 +24,4 @@ before_script:
- psql -c 'CREATE DATABASE vega_admin;' -U postgres
install:
- pip install tox
script: tox
script: tox

0 comments on commit 4b640df

Please sign in to comment.