There was an error while loading. Please reload this page.
1 parent d58f9c8 commit 53a969fCopy full SHA for 53a969f
.travis.yml
@@ -1,8 +1,8 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.3"
5
- "3.4"
+ - "3.5"
6
# command to install dependencies
7
before_install: "cd tests"
8
install: "./install.sh"
setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup
+from setuptools import setup
version = '0.2.4'
0 commit comments