Skip to content

Commit 0db4fba

Browse files
author
pgaref
committed
Cleaning tox and travis file
1 parent be6c21a commit 0db4fba

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
54
- "3.3"
65
- "3.4"
76
- "3.5"

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py3, ,cov
7+
envlist = py27, py3
88

99
[testenv]
1010
;commands = {envpython} setup.py test
@@ -40,8 +40,4 @@ commands=
4040
[testenv:py3verbose]
4141
basepython=python3
4242
commands=
43-
py.test tests --doctest-module --cov=. --cov-report term
44-
45-
[testenv:cov]
46-
usedevelop = true
47-
commands = py.test tests --cov=http_request_randomizer
43+
py.test tests --doctest-module --cov=. --cov-report term

0 commit comments

Comments
 (0)