Ver Fonte

Fix tox env once and for all

Markus Unterwaditzer há 9 anos atrás
pai
commit
3a2cc58f3b
2 ficheiros alterados com 3 adições e 5 exclusões
  1. 2 3
      .travis.yml
  2. 1 2
      tox.ini

+ 2 - 3
.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

+ 1 - 2
tox.ini

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