Update .travis.yml

This commit is contained in:
Ashley Hewson
2013-11-19 16:54:53 +00:00
parent 6aedd380cf
commit 5e7a191957
+6 -1
View File
@@ -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