Commit 3f41e85c authored by Luke Macken's avatar Luke Macken

Have travis pull in python-all-dbg

Right now it's currently failing to find python3.3-dbg, so hopefully this'll do
the trick. https://travis-ci.org/lmacken/pyrasite/jobs/20793923
parent 669f5311
......@@ -8,7 +8,7 @@ python:
- 3.3
install:
- sudo apt-get install -qq gdb python${TRAVIS_PYTHON_VERSION}-dbg
- sudo apt-get install -qq gdb python-all-dbg
- python setup.py install
- if [[ $TRAVIS_PYTHON_VERSION != '2.5' ]]; then pip install coveralls --use-mirrors && export HAS_COVERALLS=1; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment