travis: set python version to 3.6
This commit is contained in:
parent
cc3880423a
commit
9ddb3e2113
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue