Skip to content

Commit

Permalink
Support Python 3.4 and 3.5 and 3.3 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Jan 1, 2016
1 parent d58f9c8 commit 53a969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
before_install: "cd tests"
install: "./install.sh"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup

version = '0.2.4'

Expand Down

0 comments on commit 53a969f

Please sign in to comment.