From acf4f07caaf66bce1dfb928e173406595f95a66b Mon Sep 17 00:00:00 2001 From: mansenfranzen Date: Fri, 15 Mar 2019 14:09:57 +0100 Subject: [PATCH] Exclude python 3.7 and pandas 0.22.0 due to missing wheels. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2272430..8ff1d1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,8 @@ env: # Remove python/pandas version interactions which do not have wheels on pypi matrix: exclude: + - python: '3.7' + env: ENV_STRING=pandas0.22.0 - python: '3.7' env: ENV_STRING=pandas0.21.1 - python: '3.7'