From f61c9ebd43a9000e43356761d7901873caad7077 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 14 Jul 2018 10:50:38 +0100 Subject: [PATCH] :sparkles: fix #29, test it against python 3.7-dev --- .moban.d/travis.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.moban.d/travis.yml b/.moban.d/travis.yml index 006a222..a40a09c 100644 --- a/.moban.d/travis.yml +++ b/.moban.d/travis.yml @@ -2,6 +2,7 @@ {%block custom_python_versions%} python: + - 3.7-dev - 3.6 - 3.5 - 3.4 diff --git a/.travis.yml b/.travis.yml index 8f123a4..d0f4dc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python notifications: email: false python: + - 3.7-dev - 3.6 - 3.5 - 3.4