mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Update gitignore for eggs/ and travis for latest django LTS release
This commit is contained in:
parent
31887504fd
commit
e0096d4821
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
*.pyc
|
||||
.eggs/
|
||||
/dist/
|
||||
django_helpdesk.egg-info
|
||||
demo/*.egg-info
|
||||
|
@ -7,7 +7,7 @@ python:
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
- DJANGO=1.11.8
|
||||
- DJANGO=1.11.9
|
||||
|
||||
install:
|
||||
- pip install -q Django==$DJANGO
|
||||
|
Loading…
Reference in New Issue
Block a user