Skip to content

Commit

Permalink
FIX: Cython required for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Apr 22, 2017
1 parent 94e9732 commit f0a0b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ install:
- "pip install --disable-pip-version-check --user --upgrade pip"
- "pip install tox"

# Install cython, required for setup.py
- "pip install cython"

test_script:
- "%CMD_IN_ENV% tox"

Expand Down

0 comments on commit f0a0b20

Please sign in to comment.