Skip to content
Snippets Groups Projects
Commit d1aa0ee2 authored by Manuel Günther's avatar Manuel Günther
Browse files

Added python 3 compatibility of setuptools fix.

parent 3563369a
Branches
Tags v0.1.2
No related merge requests found
...@@ -21,7 +21,7 @@ before_install: ...@@ -21,7 +21,7 @@ before_install:
- if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls pygments==1.6 - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls pygments==1.6
install: install:
- SETUPTOOLS_VERSION=`python -c "import setuptools; print setuptools.version.__version__"` - SETUPTOOLS_VERSION=`python -c "import setuptools; print(setuptools.version.__version__)"`
- python bootstrap-buildout.py --setuptools-version $SETUPTOOLS_VERSION - python bootstrap-buildout.py --setuptools-version $SETUPTOOLS_VERSION
- CFLAGS=-coverage ./bin/buildout - CFLAGS=-coverage ./bin/buildout
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment