Skip to content

Commit

Permalink
Fixing #3 for many files
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSanchez committed Oct 28, 2020
1 parent d17aa14 commit 215f332
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# numpydb.py
# setup.py
#
# Copyright 2020 QuatroPe
#
# This file is part of ProperImage (https://github.com/quatrope/tinynpydb)
# License: MIT
# License: BSD3
# Full Text: https://github.com/quatrope/tinynpydb/blob/master/LICENSE
#

Expand Down
4 changes: 2 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# numpydb.py
# tests.py
#
# Copyright 2020 QuatroPe
#
# This file is part of ProperImage (https://github.com/quatrope/tinynpydb)
# License: MIT
# License: BSD3
# Full Text: https://github.com/quatrope/tinynpydb/blob/master/LICENSE
#
import os
Expand Down
4 changes: 2 additions & 2 deletions tinynpydb.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# numpydb.py
# tinynpydb.py
#
# Copyright 2020 QuatroPe
#
# This file is part of ProperImage (https://github.com/quatrope/tinynpydb)
# License: MIT
# License: BSD3
# Full Text: https://github.com/quatrope/tinynpydb/blob/master/LICENSE
#

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ passenv =
TRAVIS_*
CODECOV_*
commands =
pytest tests.py --cov-report=xml --cov tinynpydb --cov-fail-under=90 {posargs}
pytest tests.py --cov-report=xml --cov tinynpydb --cov-fail-under=95 {posargs}
codecov -e TOXENV


Expand Down

0 comments on commit 215f332

Please sign in to comment.