We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848f643 commit dce1408Copy full SHA for dce1408
.travis.yml
@@ -21,7 +21,6 @@ install:
21
script:
22
# Code dynamic analysis and tests
23
- cd test
24
- # Delete previously existing coverage results
25
# Run test suite with py.test running its coverage plugin
26
- pytest --verbose --durations=10 --no-print-logs --cov=alignak_module_ws --cov-config .coveragerc test_*.py
27
# Report about coverage - Upload coverage results to codecov
version.py
@@ -17,7 +17,7 @@
17
__module_types__ = u"web-services"
18
19
# Application manifest
20
-__version__ = u"1.7.6"
+__version__ = u"1.7.7"
__author__ = u"Frédéric Mohier"
__author_email__ = u"frederic.mohier@alignak.net"
__copyright__ = u"(c) 2015-2017 - %s" % __author__
0 commit comments