Skip to content

Commit

Permalink
remove spaces from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jun 30, 2020
1 parent fe351ee commit dde4d70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[run]
source = py/
source=py/
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*~
*~
.coverage
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:

install:
- pip install -r requirements.txt
- pip install pytest
- pip install pytest-cov
- pip install coveralls
- pip install .
Expand Down

0 comments on commit dde4d70

Please sign in to comment.