Skip to content

Commit

Permalink
💚 Stop supporting Frappe 10 and Python 2
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Jul 28, 2020
1 parent b309d9a commit a928be7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ jobs:
- env: VERSION=12 VARIANT=alpine DATABASE=postgres
- env: VERSION=12 VARIANT=debian DATABASE=postgres
- env: VERSION=12 VARIANT=debian-slim DATABASE=postgres
# FIXME For some reason, apt-get missing in base image!!
# Stop supporting Frappe 10 and Python 2
- env: VERSION=10 VARIANT=alpine DATABASE=mariadb
- env: VERSION=10 VARIANT=debian DATABASE=mariadb
- env: VERSION=10 VARIANT=debian-slim DATABASE=mariadb

env: # Environments
- VERSION=develop VARIANT=alpine DATABASE=mariadb
Expand Down

0 comments on commit a928be7

Please sign in to comment.