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

SETUP move code to src

This way we can ensure that the packaged code is tested.
See https://hynek.me/articles/testing-packaging/ or c62a78c015

+ DOC adapt doc to new structure and test doc with travis
This commit is contained in:
Patrick Kanzler
2016-06-20 16:41:46 +02:00
parent e8e91eba80
commit 87438f9efa
13 changed files with 32 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
language: python
sudo: false
cache: pip
addons:
apt:
packages:
- graphviz
matrix:
include:
- python: 2.7
@@ -19,6 +23,8 @@ matrix:
env: TOXENV=pypy
- python: pypy3
env: TOXENV=pypy3
- python: 2.7
env: TOXENV=docs
allow_failures:
- python: 3.5-dev
- python: nightly