travis: set python version to 3.6

This commit is contained in:
Florent Kermarrec 2019-01-21 16:36:17 +01:00
parent cc3880423a
commit 9ddb3e2113
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: python language: python
dist: Xenial dist: Xenial
python: "3.7" python: "3.6"
env: env:
- TEST: 'test.test_axi' - TEST: 'test.test_axi'