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

11 lines
104 B
YAML
Raw Normal View History

2015-01-05 10:04:39 +03:00
language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
install: pip install tox
script: tox