mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +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
|
*.pyc
|
||||||
|
.eggs/
|
||||||
/dist/
|
/dist/
|
||||||
django_helpdesk.egg-info
|
django_helpdesk.egg-info
|
||||||
demo/*.egg-info
|
demo/*.egg-info
|
||||||
|
@ -7,7 +7,7 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.11.8
|
- DJANGO=1.11.9
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
|
Loading…
Reference in New Issue
Block a user