Update gitignore for eggs/ and travis for latest django LTS release

This commit is contained in:
Garret Wassermann 2018-02-07 02:48:53 -05:00
parent 31887504fd
commit e0096d4821
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.pyc
.eggs/
/dist/
django_helpdesk.egg-info
demo/*.egg-info

View File

@ -7,7 +7,7 @@ python:
- "3.6"
env:
- DJANGO=1.11.8
- DJANGO=1.11.9
install:
- pip install -q Django==$DJANGO