From 5ef023c869897fe1543973ca8535c65e983ed0e7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 13 Sep 2013 21:48:41 -0400 Subject: Update travis to the latest way of running tests. --- .travis.yml | 10 ++++------ 1 file 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 -- cgit v1.2.1