From 0abc39fafdc4c949ff968142619c69de93b65e6f Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Thu, 21 Jan 2021 04:47:46 +0100 Subject: [PATCH] fixed travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15192f1..88380c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ cache: # command to install dependencies, e.g. pip install -r requirements.txt install: - mkdir -p $PIP_WHEEL_DIR - - pip wheel -r tests/requirements.txt + - pip wheel -r _python_utils_tests/requirements.txt - pip install -e . - pip install tox