This commit is contained in:
Richard Pappalardo 2016-03-17 16:57:26 -07:00
Родитель b34d02bc54
Коммит 382a8f64c6
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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',

Просмотреть файл

@ -1,6 +1,8 @@
[tox]
deps = -rrequirements.txt
envlist = py27, flake8
[flake8]
exclude = venv/*
[testenv]
deps = -rrequirements.txt