Skip to content

Commit

Permalink
Exclude python 3.7 and pandas 0.22.0 due to missing wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Mar 15, 2019
1 parent 263aa84 commit acf4f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit acf4f07

Please sign in to comment.