Skip to content

Commit

Permalink
Try 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Dec 15, 2018
1 parent 3df773f commit af98df7
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
Expand Up @@ -4,7 +4,7 @@ language: python

python:
- "2.7"
- "3.7.0"
- "3.6"

install:
- pip install tox-travis
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
],
install_requires=[
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist = py27, py37, flake8, coverage
envlist = py27, py36, flake8, coverage

[travis]
python =
3.7: py37, flake8, coverage
3.6: py36, flake8, coverage
2.7: py27

[testenv:flake8]
Expand Down

0 comments on commit af98df7

Please sign in to comment.