Skip to content

Commit 6942e64

Browse files
committed
Remove EOL Python 2.6 and 3.3, add 3.5 and 3.6
1 parent 255a5c7 commit 6942e64

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
86
- "3.5-dev" # 3.5 development branch
@@ -18,4 +16,4 @@ install:
1816
- pip install -U setuptools pip setuptools_scm pytest
1917
- pip install $EDITABLE .
2018
# command to run tests
21-
script: pytest
19+
script: pytest

tox.ini

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

44
[tox:hudson]
55
sdistsrc={distshare}/apipkg-*
@@ -16,7 +16,6 @@ commands=py.test-jython []
1616
deps=flake8
1717
commands=flake8
1818

19-
2019
[flake8]
2120
exclude=.tox/,.env/,dist/,build/,example/
2221
max_complexity=11

0 commit comments

Comments
 (0)