Skip to content

Commit

Permalink
Removing the un-necessary - trying to make test self contained
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainDe committed Feb 9, 2019
1 parent ea3c49f commit 1028a0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2,472 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ before_script:
- python -VV
- python -c "import sys; print(sys._git)" || true
- python -c "set.add(0)" || true
- pep8 *.py */*.py
- pep257 *.py */*.py
- pyflakes . || true
#- pep8 *.py */*.py
#- pep257 *.py */*.py
#- pyflakes . || true

script:
- coverage run -m unittest2 discover --start-directory=didyoumean --pattern=*.py
Expand Down

0 comments on commit 1028a0b

Please sign in to comment.