зеркало из https://github.com/mozilla/ff-tool.git
This commit is contained in:
Родитель
b34d02bc54
Коммит
382a8f64c6
|
@ -1,7 +1,7 @@
|
|||
Fabric3
|
||||
mozdownload==1.20.2
|
||||
mozprofile==0.28
|
||||
tox==2.3.1
|
||||
tox
|
||||
flake8==2.5.4
|
||||
outlawg==0.0.4
|
||||
configparser
|
||||
|
|
1
setup.py
1
setup.py
|
@ -24,7 +24,6 @@ setup(name='ff-tool',
|
|||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7'
|
||||
'Programming Language :: Python :: 3.4'
|
||||
],
|
||||
keywords='[firefox, test, pref, profile, download, install]',
|
||||
author='Johnny Quest',
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -1,6 +1,8 @@
|
|||
[tox]
|
||||
deps = -rrequirements.txt
|
||||
envlist = py27, flake8
|
||||
|
||||
[flake8]
|
||||
exclude = venv/*
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements.txt
|
||||
|
|
Загрузка…
Ссылка в новой задаче