1
0
Fork 0
Commit Graph

37 Commits

Author SHA1 Message Date
赖信涛 bc7a5d0100
Drop 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-11 13:58:13 -07:00
赖信涛 fd77549754
Deprecate 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 4b6d0496cc.

* deprecated py27 using black.

* remove 2.7 from travis.

* update setup.py: delete python 2.7 support.
2020-03-09 20:14:51 -07:00
赖信涛 8fe316e537 Drop 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
2020-01-15 22:45:16 -08:00
Irina Truong 8cb7009bcd
black all the things. (#1049)
* added black to develop guide

* no need for pep8radius.

* changelog.

* Add pre-commit checkbox.

* Add pre-commit to dev reqs.

* Add pyproject.toml for black.

* Pre-commit config.

* Add black to travis and dev reqs.

* Install and run black in travis.

* Remove black from dev reqs.

* Lower black target version.

* Re-format with black.
2019-05-25 13:08:56 -07:00
Irina Truong 3366be52fb Build pgcli with 3.7. 2019-05-03 21:36:21 -04:00
Irina Truong 683487a873 Attempt to fix failing tests. Add some debug info. Make imports py3-compatible. 2018-09-22 04:03:11 +00:00
Irina Truong 75e0bee5a8 Update setuptools instead of pip. 2018-07-19 19:41:04 -07:00
Irina Truong 9f9d85b5cc Update pip before install. 2018-07-19 19:01:35 -07:00
Chris Fournier 571bb5ca37 Only install alt keyring backends in Travis CI 2018-05-14 14:24:31 -04:00
Chris Fournier 8cd8756687 Use keyrings.alt for dev 2018-05-14 14:11:35 -04:00
Chris Fournier 7cde8ddf9c Add python-dbus for SecretStorage on Travis CI 2018-05-14 14:03:17 -04:00
Irina Truong d07230495d Removed support for Python 3.3. 2018-01-15 19:10:06 -08:00
Irina Truong d698a33020 Switch travis to requirements-dev. 2017-10-06 11:31:22 -07:00
Irina Truong 1a7a823169 Work around a race condition when reading tee output. 2017-10-06 11:19:44 -07:00
Étienne BERSAC a7f2b7946e
Golf pep8radius 2017-06-14 18:12:05 +02:00
Étienne BERSAC 6fd98a5de8
Check changelog.rst markup 2017-04-27 16:17:37 +02:00
Irina Truong 12de175a06 Revert "Emulate step failing."
This reverts commit 5a6521738c.
2017-04-26 17:03:12 -07:00
Irina Truong 5a6521738c Emulate step failing. 2017-04-26 17:00:43 -07:00
Irina Truong de7a620aa3 Fail on first error in travis script. 2017-04-26 16:55:35 -07:00
Irina Truong b3ade2db9d Ported pep8radius addition from mycli. 2017-04-07 17:00:35 -07:00
Dick Marinus 586738f0b3 switch from nano to ex 2017-03-31 16:04:18 -07:00
Dick Marinus aaf31e87be Fix coverage tests, fix PGPASSWORD
- I've copied my changes in .travis.yml from mycli
- Changed PGPASS to PGPASSWORD
2017-03-31 16:00:54 -07:00
Irina Truong 24870ea695 Install nano. 2017-03-31 16:00:54 -07:00
Irina Truong 96c77b1044 Which nano? 2017-03-31 16:00:54 -07:00
Amjith Ramanujam 3cb3b4cd62 Add python 3.5 and 3.6 to test suite. 2017-03-03 11:05:26 -08:00
Amjith Ramanujam 5f91246d67 Remove python 2.6 from travis. 2016-10-19 20:47:23 -07:00
Amjith Ramanujam afb0fa6f1c Try pinning the postgres version. 2016-05-15 22:56:46 -07:00
Darik Gamble 25e63f384f pin codecov version in test 2015-10-28 10:02:11 -04:00
Iryna Cherniavska 1932705258 Pinned pexpect to 3.3. Updated tox with pgspecial. 2015-10-05 14:18:44 -07:00
Iryna Cherniavska 864e63430c Added behavioral tests to travis. 2015-07-31 09:11:49 -07:00
Iryna Cherniavska 4cd8a729b1 Added behavioral tests to travis. 2015-07-31 09:11:17 -07:00
Iryna Cherniavska 6a4ace0e26 Added mock and pytest back into pip install command. 2015-07-27 15:06:48 -07:00
Iryna Cherniavska 21a555ea6d Added codecov to travis config. 2015-07-27 09:53:14 -07:00
Amjith Ramanujam 171569cbaa Add travis webhook for gitter. 2015-01-31 16:54:46 -08:00
Karl-Aksel Puulmann b54823c96a Fix problem with travis not using correct python versions when testing. 2015-01-09 12:33:27 +02:00
Karl-Aksel Puulmann 40c582e4c7 Experiment running tests only once per environment. Old version runs tests through 16 times instead of 4 times in total.
Idea taken from https://github.com/eventlet/eventlet/blob/master/.travis.yml.
2015-01-07 22:15:57 +02:00
Amjith Ramanujam 5d1b19b6c3 Add a travis config file. 2015-01-04 23:04:39 -08:00