Skip to content

Commit

Permalink
fixed CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Feb 27, 2017
1 parent 16e5592 commit 23380a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ python:
- "3.5-dev"
before_install:
- bundle install
install: "pip install ruamel.pyaml flake8 pylint"
install: "pip install ruamel.yaml flake8 pylint"
script: "rake test"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def readme():
author='Stefan Rohe',
license='MIT',
packages=['compose_format'],
install_requires=['ruamel.pyaml'],
install_requires=['ruamel.yaml'],
zip_safe=False,
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 23380a4

Please sign in to comment.