Skip to content

Commit

Permalink
Revert "MAINT: appveyor fix pandas version see #3658"
Browse files Browse the repository at this point in the history
This reverts commit c9faf78.
  • Loading branch information
josef-pkt committed Sep 28, 2017
1 parent 594641f commit 1c5d9cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
matrix:
- PY_MAJOR_VER: 2
PYTHON_ARCH: "x86_64"
PANDAS: "0.19"
- PY_MAJOR_VER: 2
PYTHON_ARCH: "x86_64"
SCIPY: "0.14"
Expand All @@ -28,11 +27,10 @@ build_script:
- conda config --set always_yes yes
- conda update conda --quiet
- ps: If ($env:SCIPY) { conda install numpy scipy=$env:SCIPY cython pandas pip nose patsy --quiet } Else {
If ($env:PANDAS) { conda install numpy scipy cython pandas=$env:PANDAS pip nose patsy --quiet } Else {
conda install numpy scipy cython pandas pip nose patsy --quiet }}
conda install numpy scipy cython pandas pip nose patsy --quiet }
- pip install "pytest<4" pytest-xdist
- python setup.py develop

test_script:
# Remove xdist (-n auto) until warning reporting is working
- pytest statsmodels
- pytest statsmodels

0 comments on commit 1c5d9cf

Please sign in to comment.