From c61a7f1aaf9c46332636af0d2e84edc81dba7615 Mon Sep 17 00:00:00 2001 From: Joe Moore Date: Thu, 23 May 2019 10:43:28 -0400 Subject: [PATCH] Use 3-ending python names consistantly --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8439326d..6f383996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: - choco install python make - cp /c/python37/python.exe /c/python37/python3.exe before_script: - - pip install -r requirements-windows.txt - - python build.py + - pip3 install -r requirements-windows.txt + - python3 build.py script: - tox -e WINDOWS