From 07fae7e0e5b462ec8633aa7ea81c17cb1fea5eb6 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 7 Mar 2020 10:52:53 +0000 Subject: [PATCH] Try neatening windows config --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb535531..aa807aff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,8 @@ jobs: language: shell before_install: - choco install python3 --version 3.5.4 --no-progress -y - install: - - C:\\Python35\\python -m pip install -r requirements-dev.txt - script: - - C:\\Python35\\python ./bin/run_tests.py + env: + - PYTHON=C:\\Python35\\python - name: Linux | s390x | Python 3.5 language: python