Skip to content

Commit

Permalink
Got rid of the path sinc
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Dec 23, 2015
1 parent 1ef0692 commit 417bec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
# DISTUTILS_USE_SDK: "1"

install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;C:\MinGW\bin;%PATH%
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install -q setuptools numpy scipy matplotlib nose dateutil pandas wheel
Expand Down

0 comments on commit 417bec5

Please sign in to comment.