Skip to content

Commit

Permalink
add cython to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 18, 2017
1 parent 8194e63 commit efe6a76
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 @@ -79,7 +79,7 @@ install:
- cmd: conda info -a

# create our env
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% pytest
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% cython pytest
- cmd: activate pandas
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
- cmd: echo "installing requirements from %REQ%"
Expand Down

0 comments on commit efe6a76

Please sign in to comment.