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 5a30a95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
dist: bionic
language: python
python:
- '3.4'
- '3.5'
- '3.6'
- 'pypy3'
- '3.7'
- '3.8'
matrix:
include:
- python: 3.7
- python: 'pypy3'
dist: xenial
install:
- pip install --quiet --upgrade coveralls pytest
Expand Down
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pytest]
addopts = -vv --flake8
flake8-ignore =
E501 tests/*
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 5a30a95

Please sign in to comment.