Skip to content

Commit

Permalink
Merge pull request #4 from Kalimaha/pytest-sugar
Browse files Browse the repository at this point in the history
Configure pytest-sugar.
  • Loading branch information
Kalimaha committed Apr 27, 2017
2 parents f84cea6 + 3d99bba commit 0fa1a44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- 2.7
install:
- "pip install -r requirements.txt"
- "pip install pytest pytest-cov"
- "pip install pytest pytest-cov pytest-sugar"
- "pip install coveralls"
- "pip install -e ."
script:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest
pytest-sugar
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
description='Python implementation for Pact (http://pact.io/)',
install_requires=[],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
tests_require=['pytest', 'pytest-sugar'],
url='https://github.com/Kalimaha/pypact/'
)

0 comments on commit 0fa1a44

Please sign in to comment.