summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-13 21:48:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-13 21:48:41 -0400
commit5ef023c869897fe1543973ca8535c65e983ed0e7 (patch)
tree705e6c783d2b55d0af4fa206a1795a69c20e1a2d
parentac41c5119f7aac8901315970c5a65eec3e5cd08f (diff)
downloadpython-coveragepy-git-5ef023c869897fe1543973ca8535c65e983ed0e7.tar.gz
Update travis to the latest way of running tests.
-rw-r--r--.travis.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e96d6835..4ca91cfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,15 +7,13 @@ python:
- 2.6
- 2.7
- 3.2
+ - 3.3
- pypy
-env:
- - COVERAGE_TEST_TRACER=py
- - COVERAGE_TEST_TRACER=c
-
install:
- python setup.py clean install
+ - python igor.py zip_mods install_egg remove_extension
script:
- - make testdata
- - PYTHONPATH=test/eggsrc nosetests -e test_farm -e is_like_python test
+ - python igor.py test_with_tracer py
+ - python igor.py test_with_tracer c