diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-03 14:14:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-03 14:14:40 -0400 |
commit | 834a53218abddd2b07013183f41ac136426fbe64 (patch) | |
tree | 49de0405d31a185a75c2981580648704fbe35c6a | |
parent | c0895fd35d0e3bc6da61c988116f8d6402d6af86 (diff) | |
download | python-coveragepy-git-834a53218abddd2b07013183f41ac136426fbe64.tar.gz |
I think I understand
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bcc9ad75..e73d7394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ 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 |