Skip to content

Commit

Permalink
revert unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Jan 10, 2020
1 parent ec5975f commit aa29c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- pip install -r requirements.txt
- pip install -r requirements_diagrams.txt
- pip install -r requirements_test.txt
script: pytest --cov transitions/
script: pytest --doctest-modules --cov transitions/
after_success:
- coveralls --config_file .coveragerc
addons:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_codestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def test_conformance(self):
style.input_dir('.')
result = style.check_files()
self.assertEqual(result.total_errors, 0,
"'Found code style errors (and warnings).")
"Found code style errors (and warnings).")

0 comments on commit aa29c14

Please sign in to comment.