👷 Travis: Use test matrix

master
neingeist 5 years ago
parent 7a4b8ac8c0
commit 3ef78f6998

@ -1,15 +1,13 @@
language: python matrix:
python: include:
- "2.6" - python: 2.7
dist: trusty - python: 3.4
- "2.7" - python: 3.5
- "3.2" - python: 3.6
dist: trusty - python: 3.7
- "3.3" dist: xenial
dist: trusty sudo: true
- "3.4"
- "nightly"
sudo: false
# command to run tests # command to run tests
script: py.test script: py.test

Loading…
Cancel
Save