Skip to content

Commit 44bb10c

Browse files
committed
Test newer version of cython
1 parent 6b7bcfb commit 44bb10c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ install:
6262

6363
- set PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%
6464
- pip install nose pytest sympy
65-
- pip install --install-option="--no-cython-compile" cython==0.23
65+
- pip install --install-option="--no-cython-compile" cython
6666

6767
- set /p commit=<symengine_version.txt
6868
- cd symengine-cpp

bin/install_travis.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ if [[ "${WITH_SAGE}" != "yes" ]]; then
1212
conda config --set always_yes yes --set changeps1 no;
1313
conda update -q conda;
1414
conda info -a;
15-
CYTHON_VERSION=0.23
16-
if [[ "${PYTHON_VERSION}" == "2.6" ]] || [[ "${PYTHON_VERSION}" == "3.3" ]]; then
17-
CYTHON_VERSION=0.22
18-
fi
19-
CONDA_PKGS="pip cython=${CYTHON_VERSION} sympy nose pytest"
15+
CONDA_PKGS="pip cython sympy nose pytest"
2016
if [[ "${WITH_NUMPY}" == "yes" ]]; then
2117
CONDA_PKGS="${CONDA_PKGS} numpy";
2218
fi

0 commit comments

Comments
 (0)