Added Travis support, corrected README, fix setup license
parent
07c1a00dc1
commit
aca55676ba
@ -0,0 +1 @@
|
||||
# HISTORY
|
@ -0,0 +1,22 @@
|
||||
sudo: false
|
||||
language: python
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
python: 3.5
|
||||
env: TOX_ENV=py35
|
||||
- os: linux
|
||||
python: 3.6
|
||||
env: TOX_ENV=py36
|
||||
- os: linux
|
||||
python: 3.6
|
||||
env: TOX_ENV=flake8
|
||||
|
||||
install:
|
||||
- pip install tox coverage codecov
|
||||
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
|
||||
after_success:
|
||||
- codecov
|
Loading…
Reference in New Issue