Skip to content

Commit

Permalink
Renames tests to test in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-smallshire committed Dec 7, 2017
1 parent d538416 commit bb2159b
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 @@ -8,6 +8,6 @@ install:
- "pip install -r test/test-requirements.txt"
# command to run tests
script:
- pytest --cov-report= --cov=eseries tests/
- pytest --cov-report= --cov=eseries test/
after_success:
- coveralls

0 comments on commit bb2159b

Please sign in to comment.