Remove argparse requirement as code not 2.6 compatible
This commit is contained in:
parent
7d848d09e8
commit
b0d41ab172
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -14,7 +14,7 @@ if sys.argv[-1] == 'publish':
|
||||||
|
|
||||||
packages = ['colout']
|
packages = ['colout']
|
||||||
|
|
||||||
requires = ['argparse; python_version < "2.7"', 'pygments', 'babel']
|
requires = ['pygments', 'babel']
|
||||||
|
|
||||||
setup_requires = ['setuptools_scm']
|
setup_requires = ['setuptools_scm']
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue