1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

integrate author check into travis

This commit is contained in:
Patrick Kanzler
2017-05-26 01:55:30 +02:00
parent 3f9d44ff15
commit 7c17141fb2
4 changed files with 26 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
language: python
sudo: false
cache: pip
git:
depth: 100000
addons:
apt:
packages:
@@ -37,6 +39,7 @@ matrix:
- python: pypy3
before_install:
- pip install tox codecov 'sphinx>=1.5.1'
- ./doc/generate_authors.sh --check
script:
- tox
- codecov