From 663587690a4aaf43e8bcf4c5a7a8820e1fedafee Mon Sep 17 00:00:00 2001 From: JP Date: Mon, 3 Sep 2012 08:53:58 -0400 Subject: Use selftest instead of setup.py test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4488bb..2728aec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: - 3.2 - pypy script: - - python setup.py test + - python selftest.py -- cgit v1.2.1