Skip to content

Commit

Permalink
Merge pull request openwisp#239 from openwisp/django2.2
Browse files Browse the repository at this point in the history
[requirements] Made clear django 2.2 is supported
  • Loading branch information
nemesifier committed Jun 23, 2019
2 parents 8cbaf47 + 97a18f6 commit 979a091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ branches:

env:
matrix:
- DJANGO="django>=2.2,<2.2.2" DATABASE_URL='mysql://root@127.0.0.1/freeradius_test'
- DJANGO="django>=2.2,<2.2.2" DATABASE_URL='postgres://postgres@127.0.0.1/freeradius_test'
- DJANGO="django>=2.2,<2.3" DATABASE_URL='mysql://root@127.0.0.1/freeradius_test'
- DJANGO="django>=2.2,<2.3" DATABASE_URL='postgres://postgres@127.0.0.1/freeradius_test'
- DJANGO="django>=2.1,<2.2" DATABASE_URL='mysql://root@127.0.0.1/freeradius_test'
- DJANGO="django>=2.1,<2.2" DATABASE_URL='postgres://postgres@127.0.0.1/freeradius_test'
- SAMPLE_APP=1 DJANGO="django>=2.1,<2.2" DATABASE_URL='mysql://root@127.0.0.1/freeradius_test'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django>=2.0,<2.2
django>=2.0,<2.3
swapper>=1.1.0,<1.2.0
# minimum version will have to be 0.3.0
openwisp-utils>=0.2,<0.3.1
Expand Down

0 comments on commit 979a091

Please sign in to comment.