Skip to content

Commit 53a969f

Browse files
committed
Support Python 3.4 and 3.5 and 3.3 from test matrix
1 parent d58f9c8 commit 53a969f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
5+
- "3.5"
66
# command to install dependencies
77
before_install: "cd tests"
88
install: "./install.sh"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup
1+
from setuptools import setup
22

33
version = '0.2.4'
44

0 commit comments

Comments
 (0)