Skip to content

Commit b958b53

Browse files
author
Poorvak Kapoor
committed
Updated tox.ini and added global requirements.txt gile
1 parent 68447f2 commit b958b53

File tree

2 files changed

+58
-5
lines changed

2 files changed

+58
-5
lines changed

requirements.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
alabaster==0.7.10
2+
argh==0.26.2
3+
arrow==0.12.0
4+
asn1crypto==0.24.0
5+
attrs==17.4.0
6+
Babel==2.5.2
7+
backports.functools-lru-cache==1.2.1
8+
binaryornot==0.4.4
9+
bumpversion==0.5.3
10+
certifi==2017.11.5
11+
cffi==1.11.4
12+
chardet==3.0.4
13+
click==6.7
14+
configparser==3.5.0
15+
cookiecutter==1.6.0
16+
coverage==4.4.2
17+
cryptography==2.1.4
18+
docutils==0.14
19+
enum34==1.1.6
20+
flake8==3.5.0
21+
funcsigs==1.0.2
22+
future==0.16.0
23+
gevent==1.2.2
24+
greenlet==0.4.12
25+
idna==2.6
26+
imagesize==0.7.1
27+
ipaddress==1.0.19
28+
Jinja2==2.10
29+
jinja2-time==0.2.0
30+
MarkupSafe==1.0
31+
mccabe==0.6.1
32+
pathtools==0.1.2
33+
pluggy==0.3.1
34+
poyo==0.4.1
35+
py==1.5.2
36+
pyasn1==0.4.2
37+
pycodestyle==2.0.0
38+
pycparser==2.18
39+
pyflakes==1.6.0
40+
Pygments==2.2.0
41+
pytest==3.3.2
42+
pytest-runner==3.0
43+
python-dateutil==2.6.1
44+
pytz==2017.3
45+
PyYAML==3.12
46+
requests==2.18.4
47+
six==1.11.0
48+
snowballstemmer==1.2.1
49+
Sphinx==1.6.6
50+
sphinxcontrib-websupport==1.0.1
51+
tox==2.9.1
52+
typing==3.6.2
53+
urllib3==1.22
54+
virtualenv==15.1.0
55+
watchdog==0.8.3
56+
whichcraft==0.4.1

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[tox]
2-
envlist = py26, py27, py33, py34, py35, flake8
2+
envlist = py26, py27, flake8
33

44
[travis]
55
python =
6-
3.5: py35
7-
3.4: py34
8-
3.3: py33
96
2.7: py27
107
2.6: py26
118

@@ -18,7 +15,7 @@ commands=flake8 http_pipeline
1815
setenv =
1916
PYTHONPATH = {toxinidir}
2017
deps =
21-
-r{toxinidir}/requirements_dev.txt
18+
-r{toxinidir}/requirements.txt
2219
commands =
2320
pip install -U pip
2421
py.test --basetemp={envtmpdir}

0 commit comments

Comments
 (0)