Skip to content

Commit

Permalink
Merge pull request #562 from naspeh-sf/master
Browse files Browse the repository at this point in the history
Add nose-timer to Travis
  • Loading branch information
ioanpocol committed Sep 6, 2016
2 parents e959988 + 4fa3578 commit e2b11a0
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

0 comments on commit e2b11a0

Please sign in to comment.