Skip to content

Commit

Permalink
testing improved
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mixas committed Oct 26, 2019
1 parent 531bf5a commit 2db5325
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
dist: bionic
language: python
python:
- '3.4'
- '3.5'
- '3.6'
- 'pypy3'
matrix:
include:
- python: 3.7
dist: xenial
- '3.7'
- '3.8'
- 'pypy'
install:
- pip install --quiet --upgrade coveralls pytest
script: coverage run --source nested_diff setup.py test
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
packages=['nested_diff'],
test_suite='tests',
setup_requires=["pytest-runner"],
tests_require=['pytest', 'pyyaml'],
tests_require=['pytest', 'pytest-flake8', 'pyyaml'],
entry_points={
'console_scripts': [
'nested_diff=nested_diff.diff_tool:cli',
Expand Down

0 comments on commit 2db5325

Please sign in to comment.