File tree 5 files changed +6
-19
lines changed
5 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ install:
10
10
11
11
script :
12
12
- pytest test/ -v
13
- - pycodestyle *.py
13
+ - pycodestyle commit_helper/* test/*
14
14
15
15
after_script :
16
16
- py.test --cov-report term --cov=. --ignore=test/* --cov-report=html
Original file line number Diff line number Diff line change 1
- 3.4.8
1
+ 3.4.12
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ import os
1
2
import codecs
2
- from setuptools import setup , find_packages
3
3
from os import path
4
- import os
4
+ from setuptools import setup
5
+ from setuptools import find_packages
5
6
from pip ._internal .req import parse_requirements
6
7
7
8
here = path .abspath (path .dirname (__file__ ))
22
23
"Development Status :: 5 - Production/Stable" ,
23
24
"Intended Audience :: Developers" ,
24
25
"Natural Language :: Portuguese" ,
25
- "License :: OSI Approved :: GNU License" ,
26
+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) " ,
26
27
"Operating System :: OS Independent" ,
27
28
"Programming Language :: Python" ,
28
29
"Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments