Skip to content

Commit

Permalink
Merge pull request #82 from scossu/cython_switcher
Browse files Browse the repository at this point in the history
Cython switcher
  • Loading branch information
scossu committed Oct 17, 2018
2 parents b628f01 + 2c32107 commit a8d8f61
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 61,910 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ venv.bak/
# Pytest
.pytest_cache/

# Default LAKEsuperior data directories
# Default Lakesuperior data directories
/data
#/lakesuperior/store/base_lmdb_store.c
#/lakesuperior/store/ldp_rs/lmdb_triplestore.c

# Cython business.
/lakesuperior/store/*.c
/lakesuperior/store/ldp_rs/*.c
!ext/lib
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ matrix:
sudo: true

install:
- pip install Cython==0.29
- pip install -e .
script:
- python setup.py test
Expand Down

0 comments on commit a8d8f61

Please sign in to comment.