Skip to content

Commit

Permalink
travis: test on django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Jun 12, 2019
1 parent 602eea3 commit 73f7bb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ env:
- DJANGO="Django>=1.11,<1.12.0"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=2.1,<2.2"
- DJANGO="Django>=2.2,<2.3"
matrix:
exclude:
- python: '2.7'
env: DJANGO="Django>=2.0,<2.1"
- python: '2.7'
env: DJANGO="Django>=2.1,<2.2"
- python: '2.7'
env: DJANGO="Django>=2.2,<2.3"
install:
- pip install -q $DJANGO
- pip install -q -r test_reqs.txt
Expand Down

0 comments on commit 73f7bb4

Please sign in to comment.