From 3a2cc58f3bbb8e102228e4640077342e8d0e6d0f Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 18 May 2016 22:57:05 +0200 Subject: [PATCH] Fix tox env once and for all --- .travis.yml | 5 ++--- tox.ini | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 155808f..3252b1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index 02e5637..fed01a0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,11 @@ [tox] envlist = py33, py34, py35 -[base] +[testenv] deps = flake8 pytest -[testenv] commands = flake8 py.test