8000 Switch to scikit-build · Pull Request #219 · symengine/symengine.py · GitHub
[go: up one dir, main page]

Skip to content

Switch to scikit-build #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Install build requirements and use pip
  • Loading branch information
xoviat committed Feb 20, 2018
commit 641c8d0efc26982d3bf1cad7d08fa3f1133ae0b4
4 changes: 3 additions & 1 deletion bin/test_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ set -e
set -x

# Build inplace so that nosetests can be run inside source directory
python setup.py install build_ext --inplace --symengine-dir=$our_install_dir
pip install -U pip
pip install -U cython scikit-build
pip install -vvv -e .

# Test python wrappers
nosetests -v
Expand Down
0