We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcacd2 commit 722bee4Copy full SHA for 722bee4
abe/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.2.2'
+__version__ = '0.2.3'
ep.yml
@@ -0,0 +1,16 @@
+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
@@ -1,3 +1,4 @@
-r requirements.txt
-flake8
+prospector
+coverage
0 commit comments