Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Aug 3, 2021
2 parents 81f1423 + ee3c701 commit ff1ebe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- pip install django-filer
- pip install django-tinymce
- pip install django-admin-rangefilter
- pip install django-admin-autocomplete-filter
- pip install django-admin-autocomplete-filter==0.6.1
- pip install django-import-export
- pip install docutils
- django-admin.py --version
Expand All @@ -25,7 +25,7 @@ before_script:
env:
global:
- DJANGO_VERSION='Django>=2.2,<3.0'
- DJANGO_VERSION='Django>=3.0,<3.1'
- DJANGO_VERSION='Django>=3.0,<3.3'
script:
- cd testapp/app && python manage.py test
branches:
Expand Down
Binary file modified testapp/app/db.sqlite3
Binary file not shown.

0 comments on commit ff1ebe4

Please sign in to comment.