summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add Travis CI tests for Python 3.6Matěj Cepl2017-03-021-0/+2
|
* Use also 3.5 on Travis CI.Matěj Cepl2016-06-021-0/+2
|
* Extend travis.yml to test also py3k (with allowed_failures)Matěj Cepl2016-05-201-0/+6
|
* Multiple stages per test.Matěj Cepl2016-04-201-0/+1
| | | | Includes python34, CentOS 6 (for Python 2.6), and PyPy.
* Add twisted dependencyMatěj Cepl2016-03-171-0/+1
|
* Remove logic to install unittests2 from .travis.ymlCraig Rodrigues2015-12-181-3/+0
| | | | | This now specified in setup.py in the setup.setuptools.install_requires variable.
* Add python-setuptools to CI.Craig Rodrigues2015-12-041-0/+1
|
* Add .travis.yml and .gitlab-ci.ymlMatěj Cepl2015-10-161-0/+22
Fixes #50