From 9e689ac862d6e1e87fe0d9c60981cdeddb530738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sa=C5=82aban?= Date: Fri, 5 Feb 2021 12:32:42 +0100 Subject: [PATCH] Update Travis config to resolve Python version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67e2773..8723478 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: - rm -rf dist && python setup.py sdist # prep package distribution install: - pip install dist/*.tar.gz # install dependencies as specified in setup.py - - pip install -r test_requirements.txt + - pip install -r test_requirements_py`echo $TRAVIS_PYTHON_VERSION | cut -f 1 -d .`.txt script: - pytest after_success: