File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# symengine's bin/install_travis.sh will install miniconda
4
4
5
- export conda_pkgs=" python=${PYTHON_VERSION} pip cython nose pytest"
5
+ export conda_pkgs=" python=${PYTHON_VERSION} pip cython pytest"
6
6
7
7
if [[ " ${WITH_SYMPY} " != " no" ]]; then
8
8
export conda_pkgs=" ${conda_pkgs} sympy" ;
Original file line number Diff line number Diff line change 9
9
python setup.py install build_ext --inplace --symengine-dir=$our_install_dir
10
10
11
11
# Test python wrappers
12
- nosetests -v
13
- # If switching to py.test, the following collects correct tests:
14
- # py.test -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
12
+ py.test -v $PYTHON_SOURCE_DIR /symengine/tests/test_* .py
15
13
mkdir -p empty && cd empty
16
14
python $PYTHON_SOURCE_DIR /bin/test_python.py
17
15
cd ..
You can’t perform that action at this time.
0 commit comments