Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalsecc committed Jun 27, 2017
1 parent ead612d commit b74de88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r /c2cwsgiutils/rel_requirements.txt
COPY . /c2cwsgiutils/
RUN flake8 /c2cwsgiutils && \
pip install --no-cache-dir -e /c2cwsgiutils && \
(cd /c2cwsgiutils/ && pytest -vv tests && rm -r tests)
(cd /c2cwsgiutils/ && pytest -vv --color=yes tests && rm -r tests)

ENV LOG_TYPE=console \
LOG_HOST=localhost \
Expand Down
1 change: 1 addition & 0 deletions c2cwsgiutils.iml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<sourceFolder url="file://$MODULE_DIR$/c2cwsgiutils" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/acceptance_tests/app" />
<excludeFolder url="file://$MODULE_DIR$/acceptance_tests/tests" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/reports" />
</content>
<orderEntry type="inheritedJdk" />
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = '0.16.2'
VERSION = '0.16.3'
HERE = os.path.abspath(os.path.dirname(__file__))
INSTALL_REQUIRES = open(os.path.join(HERE, 'rel_requirements.txt')).read().splitlines()

Expand Down

0 comments on commit b74de88

Please sign in to comment.