Merge pull request #399 from untitaker/tox

Fix tox env once and for all
This commit is contained in:
Guillaume Ayoub 2016-05-18 22:59:25 +02:00
commit 8e09c0b315
2 changed files with 3 additions and 5 deletions

View File

@ -6,10 +6,9 @@ python:
- 3.5
install:
- pip install -e .
- pip install tox flake8
- pip install tox
script:
- tox -r -e py
- tox -e py
sudo: false

View File

@ -1,12 +1,11 @@
[tox]
envlist = py33, py34, py35
[base]
[testenv]
deps =
flake8
pytest
[testenv]
commands =
flake8
py.test