diff --git a/.travis.yml b/.travis.yml index 0d43e5129..d588bb891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,7 +164,7 @@ script: - tar xvjf targets.tar.bz2 - ForceBalance very_simple.in - cd - - - travis_wait 30 pytest --cov=forcebalance --cov-config=setup.cfg + - travis_wait 30 pytest --cov=forcebalance --cov-config=setup.cfg --durations=0 # - python test # - py.test -v --cov=eex/ --durations=5