Navigation Menu

Skip to content

Commit

Permalink
coveralls.io & travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Oct 7, 2016
1 parent 4923829 commit 5c42301
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
@@ -1,2 +1,2 @@
service_name: travis-pro
repo_token: pkJC4DDr1GZWk6iwJ5qWyMYvvLBkdUj7z
repo_token: 1IaostbXaNeUxZcD9YGNGulRVSkR9TTtU
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ language: python

python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand Down
2 changes: 1 addition & 1 deletion pymlconf/__init__.py
Expand Up @@ -4,7 +4,7 @@
from pymlconf.errors import ConfigurationError, ConfigKeyError, ConfigurationMergeError
from pymlconf.proxy import DeferredConfigManager

__version__ = '0.5.23'
__version__ = '0.5.23-dev0'

__all__ = ['ConfigManager',
'Mergable',
Expand Down

0 comments on commit 5c42301

Please sign in to comment.