aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25Use python 3.9 in TravisGlandos1-0/+1
2020-04-24Remove obsolete python code (<3.6). (#571)Rémy HUBSCHER1-1/+0
2020-04-21Update known working set. (#558)Rémy HUBSCHER1-0/+1
* Update known working set. * Pin dependencies in setup.cfg. * Cleanup Makefile. * Try the python_version trick.
2019-10-14Reconfigure tox and travis integration.Alexis M1-7/+5
2019-10-11Remove support for python2.Alexis M1-1/+0
In the same move : - use a setup.cfg file for packaging - remove the use of six
2019-09-08remove compatibility of py34Brice Maron1-1/+0
2019-02-20Fix requirements.txt file.Rémy HUBSCHER1-0/+4
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.
2017-10-23Fix Travis-CI integration (#276)Alexis Metaireau1-7/+6
Use tox-travis to solve the current issues with Travis-CI
2017-08-20Add python 3.6 support (#259)0livd1-0/+1
Closes #253
2017-03-29Add Python 3.4 supportJocelyn Delalande1-0/+1
Note that py3.4 is the version shipped in current Debian version (Jessie).
2017-03-28Make travis use toxJocelyn Delalande1-7/+7
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-28Update requirements.txt locationAlexis Métaireau1-1/+1
2017-03-17Travis CI: Run tests on python2.7 and python3.50livd1-0/+1
2016-09-25Add a basic travis.yml file (Enable Travis CI)Alexandre Avenel1-0/+7