#166 - apply workaround from @SirCmpwn for changes to EnumMeta in Python 3.6

- also add Python 3.6 to the tox/travis test matrices
This commit is contained in:
Michael Greene
2017-02-21 10:53:02 -08:00
parent f662d10806
commit 6977939da5
3 changed files with 19 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ os:
- osx
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
@@ -12,9 +13,11 @@ python:
matrix:
include:
# add a pep8 test
- python: 3.5
- python: 3.6
env: TOXENV=pep8
# test setup.py using each tested version
- python: 3.6
env: TOXENV=setup36
- python: 3.5
env: TOXENV=setup35
- python: 3.4