Skip to content

Commit

Permalink
pytest instead of py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Jul 7, 2017
1 parent 241c4a1 commit 9b2b93d
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 @@ -16,7 +16,7 @@ install:
script:
- coverage run --source=gauge setup.py test
- |
py.test gaugebenchmark.py \
pytest gaugebenchmark.py \
--benchmark-group-by=func \
--benchmark-sort=mean \
--benchmark-min-time=0.1
Expand Down

0 comments on commit 9b2b93d

Please sign in to comment.