Skip to content

Commit

Permalink
debug travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Aug 5, 2015
1 parent f073c3c commit 5fbe9de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ script:
# - python setup.py test
# run coverage only on test, not on memory dumps.
# - coverage run --source=haystack setup.py test
- python -m cProfile setup.py test
# - python -m cProfile setup.py test
- python -m cProfile -o setup.profile setup.py test

after_success:
- coveralls

after_failure:
# debug versions
- python -c"import pstats; p = pstats.Stats('setup.profile'); p.sort_stats('ncalls'); p.print_stats()"
- which clang
- clang --version
- which gcc
Expand Down

0 comments on commit 5fbe9de

Please sign in to comment.