Employ Travis CI

This commit is contained in:
Nguyễn Gia Phong 2020-06-25 08:16:42 +07:00
parent caa9421a2c
commit 9d7acf032c
2 changed files with 9 additions and 1 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
branches:
only: master
language: python
python: 3.8
install: pip install tox
script: tox

View File

@ -13,7 +13,7 @@ commands =
[flake8]
ignore = E226, E701, E704, W503
exclude = __init__.py
exclude = .git,__pycache__,.tox,__init__.py
[isort]
balanced_wrapping = True