Skip to content

Commit

Permalink
Remove detox
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Jan 1, 2021
1 parent 44f610e commit 2084054
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ assets:
cd test_project && python manage.py collectstatic --noinput

tests: assets
pip install detox
detox -n 2
tox -p 2


# target: setup-lo0
# Configures loopback interafce so the Selenium Docker container can access
# Django's LiveServer. Used on macOS.
# Django's LiveServer. Used on macOS.
setup-lo0:
sudo ifconfig lo0 alias 192.168.13.37

Expand Down

0 comments on commit 2084054

Please sign in to comment.