Skip to content

Commit

Permalink
Fix pyyaml version for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mogproject committed Apr 13, 2019
1 parent acba47e commit 5411ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ cache: pip

install:
- pip install coverage==3.7
- pip install urllib3==1.23
- pip install coveralls

script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def get_version():
license='Apache 2.0 License',
url='https://github.com/mogproject/javactl',
install_requires=[
'pyyaml',
'pyyaml < 5',
'six',
'mog-commons',
],
Expand Down

0 comments on commit 5411ac1

Please sign in to comment.