.travis.yml: py36

This commit is contained in:
Will Roberts 2017-02-07 14:44:29 +01:00
parent cc0550d3f4
commit 7b4fd5756c
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install . 'coverage<4' coveralls"
# command to run tests

View File

@ -66,6 +66,8 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
# What does your project relate to?