travis: Use Python 3.5 on Ubuntu Xenial

This commit is contained in:
Florian Bruhin 2016-05-30 00:03:40 +02:00
parent 402e110cab
commit 424efec8a9

View File

@ -34,4 +34,4 @@ CMD Xvfb -screen 0 800x600x24 :0 & \
herbstluftwm & \
git clone /outside qutebrowser.git && \
cd qutebrowser.git && \
tox -e py34
tox -e py35