Skip to content

Commit

Permalink
Supporting only Python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa committed May 8, 2018
1 parent fd64434 commit bc6c0a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ language: python

matrix:
include:
- os: linux
python: 3.5

- os: linux
python: 3.6

- os: osx
language: generic
env: PYTHON_VERSION=3.5.3

- os: osx
language: generic
env: PYTHON_VERSION=3.6.1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py35,py36
envlist = py36

[testenv]
deps =
Expand Down

0 comments on commit bc6c0a2

Please sign in to comment.