Skip to content

Commit

Permalink
Dopping py26 and adding py36 support (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar authored Oct 2, 2017
1 parent e1229cb commit 281b03a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ classifier=
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
packages=
otopimdp
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tox]
envlist=py26,py27,py34,py35,pep8
envlist=py27,py34,py35,py36,pep8
[tox:travis]
2.6 = py26
2.7 = py27, pep8
3.4 = py34, pep8
3.5 = py35, pep8
3.6 = py36, pep8
[testenv]
setenv=
PYTHONPATH={toxinidir}:{envtmpdir}/otopi/src
Expand Down

0 comments on commit 281b03a

Please sign in to comment.