Skip to content

Commit

Permalink
take quotes out in flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasg committed Aug 5, 2020
1 parent 48e25d3 commit a6f465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
script:
- pytest -v --cov-report= --cov=quaternions tests/
after_script:
- "flake8 quaternions"
- flake8 quaternions

# report coverage to coveralls.io
after_success:
Expand Down

0 comments on commit a6f465e

Please sign in to comment.