Skip to content

Commit

Permalink
Fix travis run
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Aug 2, 2022
1 parent 7459d7f commit e882f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- pip install django-admin-autocomplete-filter==0.6.1
- pip install django-import-export
- pip install docutils
- django-admin.py --version
- django-admin --version
- pip install selenium
before_script:
- cd testapp/app && python manage.py migrate && python manage.py runserver &
Expand Down

0 comments on commit e882f7c

Please sign in to comment.