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

Fixed setuptools version in travis

parent 107ea07b
No related branches found
No related tags found
No related merge requests found
*~ *~
*.swp *.swp
*.pyc *.pyc
*.so
*.dylib
bin bin
eggs eggs
parts parts
.installed.cfg .installed.cfg
.mr.developer.cfg .mr.developer.cfg
*.egg-info *.egg-info
src
develop-eggs develop-eggs
sphinx sphinx
dist dist
.nfs*
.gdb_history
build
*.egg
src/
...@@ -6,7 +6,7 @@ python: ...@@ -6,7 +6,7 @@ python:
- "3.3" - "3.3"
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- pip install coveralls - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 coveralls setuptools==7.0
install: install:
- "python bootstrap.py" - "python bootstrap.py"
- "./bin/buildout" - "./bin/buildout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment