Don't pip install -e .

This commit is contained in:
hugovk 2016-12-21 21:55:45 +02:00
parent 954fc52877
commit 50408568cb

View File

@ -48,8 +48,6 @@ install:
- pushd depends && ./install_extra_test_images.sh && popd
- travis_retry pip install -e .
before_script:
# Qt needs a display for some of the tests, and it's only run on the system site packages install
- "export DISPLAY=:99.0"