#-*- encoding: utf-8; mode: ini -*-

#=========================================================================
# Copyright (c) 2015 Matt Bogosian <mtb19@columbia.edu>.
#
# Please see the accompanying LICENSE (or LICENSE.txt) file for rights and
# restrictions governing use of this software. All rights not expressly
# waived or licensed are reserved. If such a file did not accompany this
# software, then please contact the author before viewing or using this
# software in any capacity.
#=========================================================================

[run] #-------------------------------------------------------------------

omit =
    .eggs/*
    .tox/*
    *.c
    */distutils/*
    */lib_pypy/*
    */site-packages/*
    tests/*
