diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-14 06:44:44 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-14 06:44:44 -0400 |
commit | c5ed56368d13cf4e09be2af28306d1c1465b36ba (patch) | |
tree | cc96345fe6d9d8d70f411e4b48986d096d036828 | |
parent | 58f9af1277f33790952afa2f660b63dfabdb7c21 (diff) | |
download | python-coveragepy-git-c5ed56368d13cf4e09be2af28306d1c1465b36ba.tar.gz |
Maybe this will be right for travis
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 6d4e45b9..57e9b1dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -# Tell Travis (travisci.org) what to do +# Tell Travis what to do +# https://travis-ci.org/nedbat/coveragepy language: python @@ -10,13 +11,13 @@ python: - 3.3 - pypy -#install: -# - python setup.py clean install -# - python igor.py zip_mods install_egg remove_extension +install: + - python setup.py clean install + #- python igor.py zip_mods install_egg remove_extension script: - - python setup.py clean develop - - python igor.py zip_mods install_egg remove_extension - - python igor.py test_with_tracer py - - python setup.py build_ext --inplace + #- python setup.py clean develop + - python igor.py zip_mods install_egg - python igor.py test_with_tracer c + - python igor.py remove_extension + - python igor.py test_with_tracer py |