Added support for tox testing

This commit is contained in:
2020-01-14 14:40:04 +01:00
parent 8ab2f818e4
commit 9534c4a038
5 changed files with 49 additions and 12 deletions

18
.gitignore vendored
View File

@@ -1,11 +1,13 @@
/.idea/
/backup/
/env/
/tmp/
*.pyc
*.mo
.coverage
geckodriver.log
/.coverage
/.tox/
/geckodriver.log
.idea/
django_dav_events.egg-info/
backup/
env/
tmp/
/django_dav_events.egg-info/