From 408f13c9db7ad5ba6aea5b9cf9d9e4a56f73d570 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 26 Nov 2019 22:28:48 +0100 Subject: [PATCH] Fix travis config after tests rename --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bde7895..bef6fa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,10 +30,10 @@ install: # the test command: script: - python ./setup.py build_ext -i - - python -m pytest test + - python -m pytest tests - make clean - CFLAGS="-coverage" python ./setup.py build_ext -i - - python -m pytest test + - python -m pytest tests # install lcov, platform-specific but clean: addons: -- 2.39.2