Skip to content

Commit

Permalink
Merge pull request #39 from ayan-b/pyproject
Browse files Browse the repository at this point in the history
TVB-2719 pyproject.toml: Set up minimum build system
  • Loading branch information
liadomide committed Jun 8, 2020
2 parents 8c2bf68 + 1835d6e commit 840a2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ notifications:
email: false

install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pip install -r requirements.txt; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pip install --user -r requirements.txt; fi
- pip install .
- python setup.py build_ext --inplace
script:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy"]

0 comments on commit 840a2bd

Please sign in to comment.