File tree Expand file tree Collapse file tree 5 files changed +9
-6957
lines changed Expand file tree Collapse file tree 5 files changed +9
-6957
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,5 @@ target/
6060
6161# Ipython Notebook
6262.ipynb_checkpoints
63+
64+ bencoder.c
Original file line number Diff line number Diff line change 88 - 3.5
99 - pypy
1010
11- install : python setup.py install
11+ install :
12+ - pip install cython
13+ - cython bencoder.pyx
14+ - python setup.py install
1215script : nosetests
Original file line number Diff line number Diff line change @@ -78,10 +78,11 @@ install:
7878
7979 # Upgrade to the latest version of pip to avoid it displaying warnings
8080 # about it being out of date.
81- - " pip install --disable-pip-version-check --user --upgrade pip wheel"
81+ - " pip install --disable-pip-version-check --user --upgrade pip wheel cython "
8282
8383build_script :
8484 # Build the compiled extension
85+ - " %CMD_IN_ENV% cython bencoder.pyx"
8586 - " %CMD_IN_ENV% python setup.py install"
8687
8788test_script :
You can’t perform that action at this time.
0 commit comments