Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
* Minor bug fixing. #41
Browse files Browse the repository at this point in the history
  • Loading branch information
garciparedes committed Aug 31, 2019
1 parent 81eddd8 commit c4950a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ install:
- 'pipenv sync'
script:
- 'pipenv run flake8'
- 'pipenv run flake8'
- 'pipenv run coverage run --source=jinete --module unittest discover tests'
- 'pipenv run mypy'
- 'pipenv run coverage run -m unittest discover tests'
after_success:
- 'pipenv run codecov'

Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ per-file-ignores =
./**/__init__.py:F401


[coverage:run]
source=jinete

[mypy]
ignore_missing_imports = True
files =
examples/**/*.py,
jinete/**/*.py,
tests/**/*.py
tests/**/*.py

0 comments on commit c4950a2

Please sign in to comment.