summaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)Author
2020-10-13test: test pgcli on python3.9 (#1214)laixintao
* test: test pgcli on python3.9 * test on 3.9 * use 3.9-dev version from travis. * try to fix pexpect EOF.
2020-03-18python3.8: add travis test and setup.py class. (#1157)赖信涛
2020-03-11Drop Python3.5. (#1154)赖信涛
* Drop Python3.5. * delete 3.5 from setup.py * fix black format. Using python3.7 for development now. * black target to py36
2020-03-09Deprecate Python2.7. (#1153)赖信涛
* deprecate Python2.7. So we can use latest version of prompt-toolit. Relate: https://github.com/dbcli/pgcli/pull/1149 * black format, remove 2.7 support. * using version py35 for black. * Revert "black format, remove 2.7 support." This reverts commit 4b6d0496ccc18d0ebd696b5f21d8065c4a9b0cb9. * deprecated py27 using black. * remove 2.7 from travis. * update setup.py: delete python 2.7 support.
2020-01-15Drop Python 3.4 support (#1141)赖信涛
* remove python3.4 support. Python 3.4 has reached end-of-life. https://www.python.org/downloads/release/python-340/ * drop maximun version of pytest * update changelog * add laixintao to contributors, delete py34 from tox
2019-05-03Build pgcli with 3.7.Irina Truong
2019-01-03Support multihost connection string (#978)Mikhail Elovskikh
* Switch to psycopg2 parse_dsn instead of urlparse * Added wronglink to contributors and updated changelog * Fix test codestyle * Support for PGPORT customization in tests * Support for PGPORT customization in tests * Refactored PGExecute init and moved short_host generation to object property * Fix test util codestyle * Fix local tests run * Store PGExecute initial params in _conn_params and added PGExecute.copy method * Fix codestyle * Added docstring to PGExecute.copy() method
2018-01-15Removed support for Python 3.3.Irina Truong
2017-05-22Add behave to toxDick Marinus
2017-03-03Add python 3.5 and 3.6 to test suite.Amjith Ramanujam
2016-01-06Added humanize to tox to fix tox failure.Iryna Cherniavska
2015-10-05Pinned pexpect to 3.3. Updated tox with pgspecial.Iryna Cherniavska
2015-01-09Fix problem with travis not using correct python versions when testing.Karl-Aksel Puulmann
2015-01-09Checking if database exists and some initial fixtures which clean upKarl-Aksel Puulmann
2015-01-07Experiment running tests only once per environment. Old version runs tests ↵Karl-Aksel Puulmann
through 16 times instead of 4 times in total. Idea taken from https://github.com/eventlet/eventlet/blob/master/.travis.yml.
2015-01-02Add tox and fix python3 failures.Amjith Ramanujam