Skip to content
Snippets Groups Projects
Commit f56dc2a2 authored by Ellis Percival's avatar Ellis Percival
Browse files

Travis doesn't support py35 or py36?

parent f6c7866e
Branches
Tags
No related merge requests found
...@@ -3,7 +3,6 @@ python: 2.7 ...@@ -3,7 +3,6 @@ python: 2.7
env: env:
- TOX_ENV=py27 - TOX_ENV=py27
- TOX_ENV=py34 - TOX_ENV=py34
- TOX_ENV=py36
- TOX_ENV=flake8 - TOX_ENV=flake8
install: install:
- pip install tox - pip install tox
......
[tox] [tox]
envlist = py27,py3{4,6},flake8 envlist = py27,py3{4,5,6},flake8
[testenv] [testenv]
deps = deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment