Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit ad82c61

Browse files
committed
test: Simplify tox config
1 parent 02e1529 commit ad82c61

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
[tox]
33
envlist=flake8,py27,py26
44

5-
[testenv:py26]
6-
deps =
7-
-rdev-requirements.txt
8-
commands=nosetests --with-cov --cov-report term-missing --cov packer tests -v
9-
10-
[testenv:py27]
5+
[testenv]
116
deps =
127
-rdev-requirements.txt
138
commands=nosetests --with-cov --cov-report term-missing --cov packer tests -v

0 commit comments

Comments
 (0)