django-configurations/.gitignore
Nicolas Delaby 8f318991c2 Drop unmaintained version of django and python
- Drop django==1.9 as it reached end of life
- Drop python2.6, python3.3, and bring python3.6
- Bring django-2.0 in the matrix as expected failure until we add its
support
2017-09-30 14:37:38 +02:00

11 lines
100 B
Text

.coverage
docs/_build
*.egg-info
*.egg
test.db
build/
.tox/
htmlcov/
*.pyc
dist/
tests/docs/_build/