Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Feb 28, 2015
1 parent 253f99f commit f5d6a35
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 @@ -16,7 +16,7 @@ install:
# Don't install from requirements-pip.txt, python-coveralls has broken dependencies on windows it seems.
- pip install numpy
- pip install -r requirements.txt
- cython src/*.pyx
- cython src/cpredicates.pyx
- python setup.py develop

build: false
Expand Down

0 comments on commit f5d6a35

Please sign in to comment.