Commit bc6c0a28 by lucyoa

Supporting only Python3.6

parent fd644340
...@@ -3,17 +3,10 @@ language: python ...@@ -3,17 +3,10 @@ language: python
matrix: matrix:
include: include:
- os: linux - os: linux
python: 3.5
- os: linux
python: 3.6 python: 3.6
- os: osx - os: osx
language: generic language: generic
env: PYTHON_VERSION=3.5.3
- os: osx
language: generic
env: PYTHON_VERSION=3.6.1 env: PYTHON_VERSION=3.6.1
install: install:
......
[tox] [tox]
skipsdist = True skipsdist = True
envlist = py35,py36 envlist = py36
[testenv] [testenv]
deps = 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