diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-03 13:51:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-03 13:51:27 -0400 |
commit | c0895fd35d0e3bc6da61c988116f8d6402d6af86 (patch) | |
tree | 1876322cd3baf74f829886a51a7cb5cafbf6d790 | |
parent | 5c55791cc9ced72ce58cffd57ccea2b3bd0b457c (diff) | |
download | python-coveragepy-git-c0895fd35d0e3bc6da61c988116f8d6402d6af86.tar.gz |
Another machete test
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e73d7394..bcc9ad75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ before_script: - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then export COVERAGE_NO_EXTENSION=1; fi script: + - python -vv -c "print(1723)" - python igor.py zip_mods install_egg - python igor.py test_with_tracer c - python igor.py remove_extension |