From 897370a2db35f19aeba08fff9d443ac72527ae80 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 10 May 2019 18:42:21 -0400 Subject: [PATCH 1/2] Debug python versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1e811c74bb..a23d2b675e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ notifications: cache: pip before_install: + - which python - sh tools/install_rust.sh - export PATH=~/.cargo/bin:$PATH + - which python - pip install -U pip virtualenv install: - virtualenv test-venv From 6bff0d456d666eee789b1eba7cbf75c100c907d1 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 10 May 2019 18:45:57 -0400 Subject: [PATCH 2/2] Set python as language --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a23d2b675e..abe1a3572f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,4 @@ jobs: dist: xenial python: 3.7 sudo: true +language: python