Allow failures for Python 3.5 for now

This commit is contained in:
Paul Tremberth 2016-01-15 11:17:52 +01:00
parent 85b0e6c9c7
commit 131f463247
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ env:
- TOXENV=py33
- TOXENV=py35
- TOXENV=docs
matrix:
allow_failures:
- env: TOXENV=py35
install:
- pip install -U tox twine wheel codecov
script: tox