travis test with tox(wip)

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-09-29 08:59:00 +09:00
parent f6ad933af3
commit c7dd5e55ad

View File

@@ -1,5 +1,12 @@
dist: xenial
sudo: false
language: python
python: 3.6
matrix:
include:
- python: 3.7
env: TOXENV=check
- python: 3.7
env: TOXENV=docs
install: pip install tox-travis