mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-29 22:19:05 +02: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…
x
Reference in New Issue
Block a user