Commit graph

16 commits

Author SHA1 Message Date
Glandos
d8b6355101
Update Python (#1083)
* drop python3.6

* update github python actions and use pip cache

* we use setup.cfg not requirements.txt

* add python 3.11. Still in RC for now

* use latest 3.11 version

* 3.11 is strill RC for now

* go back to include key that match original py version

this shouldn't fail

* upgrade psycopg2 for python 3.11

Upgrade for all, it's a minor version

* update documentation for python 3.11 support

* update version

* 3.11 is out

Right on time!
2022-11-08 00:10:21 +01:00
Glandos
3ae54c13f9
Fix travis build with python3.6 (#734)
Upgrade pip **and** virtualenv, as mentioned in https://travis-ci.community/t/pip-install-cryptography-fails-on-py36/11233/4

Tox is building its own virtualenv, so the image from TravisCI might not be enough for pip to find the wheel.
2021-04-06 22:49:49 +02:00
Glandos
336ade7d44 Use python 3.9 in Travis 2020-11-25 13:51:41 +01:00
Rémy HUBSCHER
7587e292fb
Remove obsolete python code (<3.6). (#571) 2020-04-24 12:32:52 +02:00
Rémy HUBSCHER
5d3266873e
Update known working set. (#558)
* Update known working set.

* Pin dependencies in setup.cfg.

* Cleanup Makefile.

* Try the python_version trick.
2020-04-21 10:30:13 +02:00
1730560d20 Reconfigure tox and travis integration. 2019-10-14 21:20:38 +02:00
480939afe5 Remove support for python2.
In the same move :
- use a setup.cfg file for packaging
- remove the use of six
2019-10-11 19:52:37 +02:00
Brice Maron
34da65d412 remove compatibility of py34 2019-09-08 19:14:43 +02:00
Rémy HUBSCHER
8ed92c279f
Fix requirements.txt file.
You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense.
2019-02-20 10:01:59 +01:00
74e9af59e6 Fix Travis-CI integration (#276)
Use tox-travis to solve the current issues with Travis-CI
2017-10-23 22:58:04 +02:00
0livd
75104d9c19 Add python 3.6 support (#259)
Closes #253
2017-08-20 12:21:59 +02:00
Jocelyn Delalande
dfe8297fae Add Python 3.4 support
Note that py3.4 is the version shipped in current Debian version (Jessie).
2017-03-29 11:21:39 +02:00
Jocelyn Delalande
9e30f3bb99 Make travis use tox
So that we are consistent between dev test env and CI test env.
The use of `TOXENV` is to keep travis running the several envs in parallel.
2017-03-28 20:13:49 +02:00
2d0c85e0e6 Update requirements.txt location 2017-03-28 17:41:34 +02:00
0livd
2f2388b5b4 Travis CI: Run tests on python2.7 and python3.5 2017-03-17 19:37:57 +01:00
Alexandre Avenel
6515d859d5 Add a basic travis.yml file (Enable Travis CI) 2016-09-25 16:28:42 +02:00