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

move pypy3 to the allowed failures and add hypothesis

pypy3 is not compatible with hypothesis, which is needed for testing
This commit is contained in:
Patrick Kanzler
2016-07-24 01:53:37 +02:00
committed by Patrick Kanzler
parent c1a6da9aaa
commit a2e188cecf
4 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ matrix:
allow_failures:
- python: 3.5-dev
- python: nightly
- python: pypy3
before_install:
- pip install tox codecov
script: