From 846cf5b037026194b35dbd3d4c501727eadfcb5c Mon Sep 17 00:00:00 2001 From: Andrea Ierardi <36515398+Andreaierardi@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:27:19 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e15ddadb..6facec8e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,12 @@ language: python +python: + - "3.6" # current default Python on Travis CI + - "3.7" + - "3.8" + - "nightly" # nightly build +# command to install dependencies install: - sudo apt-get install python3.6 + - pip install -r requirements.txt +# command to run tests +script: + - pytest