Skip to content

Commit

Permalink
Change travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Aug 2, 2022
1 parent 233ffff commit 1128e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Config file for automatic testing at travis-ci.org
language: python
python:
- 3.6
- 3.10
install:
- pip install --upgrade pip
- pip install $DJANGO_VERSION --upgrade
Expand All @@ -11,7 +11,6 @@ install:
- pip install google-auth-httplib2==0.0.4
- pip install webdriver-manager
- pip install python-dotenv
- pip install django-filer
- pip install django-tinymce
- pip install django-admin-rangefilter
- pip install django-admin-autocomplete-filter==0.6.1
Expand All @@ -26,6 +25,7 @@ env:
global:
- DJANGO_VERSION='Django>=2.2,<3.0'
- DJANGO_VERSION='Django>=3.0,<3.3'
- DJANGO_VERSION='Django>=4.0'
script:
- cd testapp/app && python manage.py test
branches:
Expand Down
1 change: 0 additions & 1 deletion testapp/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ diff-match-patch==20200713
Django==4.0.6
django-admin-autocomplete-filter==0.6.1
django-admin-rangefilter==0.6.3
django-filer==2.2.1
django-import-export==2.5.0
django-js-asset==1.2.2
django-mptt==0.13.4
Expand Down

0 comments on commit 1128e73

Please sign in to comment.