Commit ba9c4133 authored by Jason R. Coombs's avatar Jason R. Coombs

Omit sudo. Hope pytest is in the virtualenv

parent 5eac25d2
......@@ -9,7 +9,7 @@ python:
# command to run tests
script:
# work around https://bitbucket.org/hpk42/pytest/issue/555
- pushd /tmp; sudo python -m easy_install 'pytest<2.6'; popd
- pushd /tmp; python -m easy_install 'pytest<2.6'; popd
- python setup.py test
- python setup.py ptr
- python ez_setup.py --version 5.4.1
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