diff --git a/.travis.yml b/.travis.yml index 3b99758..06bc075 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ env: # - ENV_STRING=pyspark2.3.1 +# Remove python/pandas version interactions which do not have wheels on pypi matrix: exclude: - python: '3.7' @@ -43,6 +44,20 @@ matrix: env: ENV_STRING=pandas0.21.0 - python: '3.7' env: ENV_STRING=pandas0.20.3 + - python: '3.7' + env: ENV_STRING=pandas0.20.2 + - python: '3.7' + env: ENV_STRING=pandas0.20.1 + - python: '3.7' + env: ENV_STRING=pandas0.20.0 + - python: '3.7' + env: ENV_STRING=pandas0.19.2 + - python: '3.7' + env: ENV_STRING=pandas0.19.1 + - python: '3.7' + env: ENV_STRING=pandas0.19.0 + - python: '3.6' + env: ENV_STRING=pandas0.19.0 dist: xenial