Browse Source

Travis: Use 3.7 to run tests too

3.2.x
Johann Bauer 7 years ago
parent
commit
deee29228e
  1. 4
      .travis.yml

4
.travis.yml

@ -1,8 +1,10 @@
sudo: false sudo: true
dist: xenial
language: python language: python
python: python:
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7
addons: addons:
apt: apt:
sources: sources:

Loading…
Cancel
Save