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 191b2bc commit a5115c6Copy full SHA for a5115c6
.coverage
-2.55 KB
.travis.yml
@@ -34,4 +34,4 @@ script:
34
- nosetests -a '!slow' --with-coverage --cover-package=commpy --logging-level=INFO
35
# Calculate coverage
36
after_success:
37
- - coveralls --config_file .coveragerc
+ - coveralls
doc/conf.py
@@ -77,7 +77,7 @@
77
78
# General information about the project.
79
project = u'CommPy'
80
-copyright = u'2012 - 2015, CommPy'
+copyright = u'2012 - 2016, CommPy'
81
82
# The version info for the project you're documenting, acts as replacement for
83
# |version| and |release|, also used in various other places throughout the
0 commit comments