Skip to content

Commit 0c4bfbc

Browse files
committed
Test with Python 3.6
1 parent ea94004 commit 0c4bfbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- 3.4
55
- 3.5
6+
- 3.6
67

78
install:
89
- pip install --upgrade -e.[test]

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@
5959
'Programming Language :: Python :: 3 :: Only',
6060
'Programming Language :: Python :: 3.4',
6161
'Programming Language :: Python :: 3.5',
62+
'Programming Language :: Python :: 3.6',
6263
'Topic :: Multimedia :: Graphics :: Graphics Conversion'])

0 commit comments

Comments
 (0)