Skip to content

Commit

Permalink
Fixed test/coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoRodrigues committed Dec 5, 2018
1 parent c5a2b3b commit 1c51daa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[run]
branch = True
source = bin/
source = pdbtools/

[report]
exclude_lines =
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:

script:
- "flake8"
- "coverage run --source=bin/ setup.py test"
- "coverage run --source=pdbtools/ setup.py test"
- "coverage xml"

after_success:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='pdb-tools', # Required
version='2.0.0-beta.5', # Required
version='2.0.0-beta.6', # Required
description='A swiss army knife for PDB files.', # Optional
long_description=long_description, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude =
.git,
.github,
bin/__pycache__,
pdbtools/__pycache__,
tests/,
setup.py

Expand Down

0 comments on commit 1c51daa

Please sign in to comment.