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
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@ language: python
python: 2.7
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8
install:
- pip install tox
......
[tox]
envlist = py27,py3{3,4},flake8
envlist = py27,flake8
[testenv]
deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment