cliff/.travis.yml
Doug Hellmann 9939729827 add pypy test env configuration
Change-Id: Iff4023d0078b7c1ac38396725f314f44e2ab2ffc
2013-09-23 15:45:31 -04:00

8 lines
124 B
YAML

language: python
python:
- 2.7
- 3.2
- 3.3
- pypy
install: pip install -r test-requirements.txt
script: nosetests -d