There was an error while loading. Please reload this page.
2 parents afa2368 + fbbb309 commit 3c572d0Copy full SHA for 3c572d0
2 files changed
.travis.yml
@@ -10,8 +10,3 @@ script:
10
- nosetests --with-coverage
11
after_success:
12
- coveralls
13
-matrix:
14
- allow_failures:
15
- - python: 3.3
16
- - python: 3.4
17
- fast_finish: true
setup.py
@@ -44,6 +44,12 @@
44
"Operating System :: Microsoft :: Windows",
45
"Operating System :: MacOS :: MacOS X",
46
"Programming Language :: Python",
47
+ "Programming Language :: Python :: 2",
48
+ "Programming Language :: Python :: 2.6",
49
+ "Programming Language :: Python :: 2.7",
50
+ "Programming Language :: Python :: 3",
51
+ "Programming Language :: Python :: 3.3",
52
+ "Programming Language :: Python :: 3.4",
53
],
54
long_description=long_description,
55
)
0 commit comments