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