From efe9ab69a2e1211a2253a3b230e144047bab997f Mon Sep 17 00:00:00 2001 From: Madicken Munk Date: Mon, 10 Feb 2020 13:12:36 -0600 Subject: [PATCH] add py3.7 and py3.8 unit test jobs to travis --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 23b3fffd452..7abdafa80b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,16 @@ jobs: python: 3.6 script: coverage run $(which nosetests) -c nose_unit.cfg + - stage: tests + name: "Python: 3.7 Unit Tests" + python: 3.7 + script: coverage run $(which nosetests) -c nose_unit.cfg + + - stage: tests + name: "Python: 3.8 Unit Tests" + python: 3.8 + script: coverage run $(which nosetests) -c nose_unit.cfg + - stage: tests name: "Python: 2.7 Minimal Dependency Answer Tests" python: 2.7