Update mailman-web to use Python 3 (For rolling releases) (#217)

* Update mailman-web to use Python 3

* Update configuration

* Python 3.6 image.

* Use alpine 3.7

* Use new style middleware

* Use alpine 3.6

* In Python 3, urlparse was renamed to urllib.parse
This commit is contained in:
Abhilash Raj
2018-03-07 23:22:47 -08:00
committed by GitHub
parent d07bdedc12
commit bfefd9fbc3
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ workflows:
scheduled-workflow:
triggers:
- schedule:
cron: "@weekly"
cron: "0 0 * * *"
filters:
branches:
only: master