From 5e7a191957a2965d2b58094cc34d8ac09099867d Mon Sep 17 00:00:00 2001 From: Ashley Hewson Date: Tue, 19 Nov 2013 16:54:53 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ffdd42..8658828 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,10 @@ language: python python: - 2.6 - 2.7 + - 3.2 + - 3.3 + - pypy +install: + - pip install pytest args script: - - python test_clint.py + - py.test