File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,9 @@ sudo: false
33cache : false
44python :
55 - ' 3.6'
6- addons :
7- apt :
8- sources :
9- - deadsnakes
10- packages :
11- - python3.5
12- - python3.5-dev
6+
137install :
14- - pip install -U tox coveralls
8+ - pip install -rrequirements-tests.txt
159
1610script :
1711 - coverage erase
Original file line number Diff line number Diff line change 22envlist = py36
33
44[testenv]
5+ deps =
6+ -r{toxinidir}/requirements-tests.txt
57commands =
68 coverage run {envbindir}/nosetests
79
8- install_command =
9- pip install {opts} {packages}
10-
11- recreate = True
10+ recreate = true
1211
1312[testenv:py36]
1413basepython = python3.6
15- deps = -rrequirements-tests.txt
1614[testenv:py35]
1715basepython = python3.5
18- deps = -rrequirements-tests.txt
1916[testenv:py27]
20- basepython = python2.7
21- deps = -rrequirements-tests.txt
17+ basepython = python2.7
You can’t perform that action at this time.
0 commit comments