Skip to content

Commit

Permalink
Add nose-timer for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
naspeh committed Sep 5, 2016
1 parent 61ac51f commit d4881bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ cache:
install:
- pip install .
- pip install -r requirements.txt
- pip install nose-timer

script:
- flake8
- nosetests
- nosetests -v --with-timer
- behave --format progress3 --logging-level ERROR

1 comment on commit d4881bb

@naspeh
Copy link
Contributor Author

@naspeh naspeh commented on d4881bb Sep 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for direct commit to master, forgot to correct origin properly.

Please sign in to comment.