Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit d8f7f12

Browse files
committed
Drop 3.3 from testing, add 3.5
1 parent 5d9c2df commit d8f7f12

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
6+
- "3.5"
77
- pypy
88

99
env:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def resolve_install_requires():
101101
'Programming Language :: Python :: 2.7',
102102
'Programming Language :: Python :: 3',
103103
'Programming Language :: Python :: 3.4',
104+
'Programming Language :: Python :: 3.5',
104105
'Programming Language :: Python :: Implementation :: CPython',
105106
],
106107
install_requires=resolve_install_requires(),

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, py34, pypy
2+
envlist = py27, py34, py35, pypy
33

44
[testenv]
55
deps= -r{toxinidir}/test_requirements.txt

0 commit comments

Comments
 (0)