From a4f249b48a467e8c605c09a944a14d6eb6e62b9a Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Wed, 2 Oct 2019 20:26:14 +0200 Subject: [PATCH] Migrate to pytest travis --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 803390f2..2d92c46e 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,6 @@ envlist = py27, py35, py36, py37 passenv = TOXENV CI TRAVIS TRAVIS_* commands = python -V - pip install nose - ./run_tox.sh nosetests [] + pip install pytest + ./run_tox.sh pytest