From 6f1c0844798890aed25a2b8ce4a2da0bc0bc8cef Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Sun, 1 Nov 2020 16:48:20 -0800 Subject: [PATCH] travis --- .travis.yml | 13 +++++++++---- tox.ini | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15fbd2071d..ee971ec00f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,14 +29,11 @@ jobs: - &test stage: test python: 3.7.9 - - <<: *test - python: 3.8 - env: - - PYTHONDEVMODE=1 - <<: *test os: osx osx_image: xcode10.1 language: generic + before_script: python3 -m pip install tox-travis env: - TOXENV=py37 - <<: *test @@ -100,6 +97,14 @@ jobs: services: - redis - docker + - <<: *test + python: 3.9 + env: + - PYTHONDEVMODE=1 + - <<: *test + python: 3.8 + env: + - PYTHONDEVMODE=1 - <<: *test python: 3.7.9 env: diff --git a/tox.ini b/tox.ini index 737fcaf926..e9c2ead178 100644 --- a/tox.ini +++ b/tox.ini @@ -35,7 +35,6 @@ deps = pip>=19.3.1 extras = test - 10x storage changedir = tests commands = pytest \ @@ -49,9 +48,10 @@ deps = pip >= 19.3.1 psutil <= 5.6.7 -[testenv:py38] +[testenv:py37] extras = test + 10x storage [testenv:docs]