Commit bc6c0a28 by lucyoa

Supporting only Python3.6

parent fd644340
......@@ -3,17 +3,10 @@ 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
install:
......
[tox]
skipsdist = True
envlist = py35,py36
envlist = py36
[testenv]
deps =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment