1
0
Fork 0
pgcli/.travis.yml

12 lines
123 B
YAML
Raw Normal View History

2015-01-05 07:04:39 +00:00
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
2015-01-05 07:04:39 +00:00
install:
- pip install . pytest mock
2015-01-05 07:04:39 +00:00
script: py.test