Skip to content

Commit

Permalink
Python3 support only.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Aug 18, 2018
1 parent b9df25f commit ab2f7b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.5"
- 3.4
- 3.5
- 3.6
install: pip install tox-travis
script: tox
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ keywords =
license = MIT
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
copyright = 2018

[options]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35
envlist = py34, py35, py36

[testenv]
deps = pytest
Expand Down

0 comments on commit ab2f7b2

Please sign in to comment.