add support for Python 3.6
This commit is contained in:
parent
e5f04b6bc1
commit
0d8ffe0670
|
@ -21,6 +21,8 @@ matrix:
|
|||
- python: "3.6"
|
||||
env:
|
||||
- TOXENV=py36-without_coverage
|
||||
- python: "3.6"
|
||||
env:
|
||||
- TOXENV=py36-with_coverage
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue