Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed May 16, 2019
1 parent e36e40f commit 4b94aec
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ QUICK_START.rst
/build/
/dist/
/src/django_debug_toolbar_force.egg-info
/examples/simple/settings/__init__.py
/examples/simple/settings/local_settings.py
1 change: 0 additions & 1 deletion .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ syntax: regexp
^examples/media/cache/
^examples/static/
^examples/simple/settings/local_settings\.py
^examples/simple/settings/__init__\.py
^builddocs/
^builddocs\.zip
^build/
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion scripts/runserver.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
cd examples/simple/
./manage.py runserver --traceback -v 3
./manage.py runserver --traceback -v 3 --settings=settings.dev "$@"

2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reset
./scripts/uninstall.sh
./scripts/install.sh
python examples/simple/manage.py test debug_toolbar_force --traceback -v 3
python examples/simple/manage.py test debug_toolbar_force --traceback -v 3 --settings=settings.dev "$@"

0 comments on commit 4b94aec

Please sign in to comment.