1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00
pgcli/.travis.yml
2015-01-04 23:04:39 -08:00

11 lines
104 B
YAML

language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
install: pip install tox
script: tox