Skip to content

Commit

Permalink
install lower version of pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed May 6, 2018
1 parent 2832056 commit dd97828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
script:
- tox -e ${TOXENV}
- stage: wheels
env: CLIMT_ARCH=Linux CIBW_SKIP='cp33-* cp36-* cp35-* cp34-* cp27-manylinux1_i686' CIBW_BEFORE_BUILD="{pip} install pandas"
env: CLIMT_ARCH=Linux CIBW_SKIP='cp33-* cp36-* cp35-* cp34-* cp27-manylinux1_i686' CIBW_BEFORE_BUILD="{pip} install pandas=0.20.3"
script:
- |
if [[ $TRAVIS_TAG ]]; then
Expand Down

0 comments on commit dd97828

Please sign in to comment.