From 9f883f4f3e13c9b22aa4077b5baa26755bceb954 Mon Sep 17 00:00:00 2001 From: Alexandre Ferland <admiralobvious@users.noreply.github.com> Date: Wed, 14 Nov 2018 10:48:06 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8df470..6f5325c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ install: - pip install -r dev_requirements.txt script: pytest tests env: - - FLASK=0.12.1 + - FLASK=1.0.2 + - FLASK=0.12.4 - FLASK=0.11.1 - FLASK=0.10.1 install: -- GitLab