From 64cbe549a00c2c2e4e622a88a9a845d3e4d83f4b Mon Sep 17 00:00:00 2001 From: MartaPrzyBorze <72346190+MartaPrzyBorze@users.noreply.github.com> Date: Sun, 11 Oct 2020 17:33:13 +0200 Subject: [PATCH] Update travis.yml --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b666f03..be60d89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ language: python sudo: false +env: + global: + - cat=kot python: - 2.7 - 3.4 -script: py.test -v +- 3.8 +script: + - echo $cat + - py.test -v