👷 Travis: Try to use trusty for Python 2.6, 3.2 and 3.3

master
neingeist 5 years ago
parent 85dabb0846
commit 7a4b8ac8c0

@ -1,9 +1,12 @@
language: python language: python
python: python:
- "2.6" - "2.6"
dist: trusty
- "2.7" - "2.7"
- "3.2" - "3.2"
dist: trusty
- "3.3" - "3.3"
dist: trusty
- "3.4" - "3.4"
- "nightly" - "nightly"
sudo: false sudo: false

Loading…
Cancel
Save