Skip to content

Commit 722bee4

Browse files
committed
Add ep.yml and bump version number
1 parent 1fcacd2 commit 722bee4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

abe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.2'
1+
__version__ = '0.2.3'

ep.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
ep: 0.1.2
2+
dependencies:
3+
- python:
4+
version: ">=2.6.0"
5+
file: test-requirements.txt
6+
run:
7+
- flake8 abe
8+
- coverage erase
9+
- coverage run --omit="*/tests/*","*$VIRTUAL_ENV*" -m unittest discover
10+
- coverage html
11+
publish:
12+
- git diff --exit-code
13+
- ep run
14+
- git tag $(python setup.py --version)
15+
- git push --tags
16+
- python setup.py sdist bdist_wheel upload

test-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-r requirements.txt
22

3-
flake8
3+
prospector
4+
coverage

0 commit comments

Comments
 (0)