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

Remove Python 3 from tox. Make mental note to suport in future.

parent da85d929
Branches
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ language: python ...@@ -2,8 +2,6 @@ language: python
python: 2.7 python: 2.7
env: env:
- TOX_ENV=py27 - TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8 - TOX_ENV=flake8
install: install:
- pip install tox - pip install tox
......
[tox] [tox]
envlist = py27,py3{3,4},flake8 envlist = py27,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