summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commit1e6a8fe664aa1319dfb3f6f28643d5343d9c3950 (patch)
tree50a45d59dc322374e400bb951602e35bd876dfd9 /.travis.yml
parent5828e052838fe5ee5de28f5cdb8c8d2a7b74006b (diff)
downloadpython-coveragepy-1e6a8fe664aa1319dfb3f6f28643d5343d9c3950.tar.gz
Update travis to the latest way of running tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e96d683..4ca91cf 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