summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Try to see if 3.5 works nowClaudiu Popa2018-05-131-1/+1
|
* Drop support for EOL Python 3.3Hugo2017-12-111-3/+0
|
* Install the most recent version of setuptools before installing tox and coClaudiu Popa2017-10-121-3/+2
|
* Try with an older tox versionClaudiu Popa2017-10-121-1/+1
|
* Have Travis run test suite on Python 2.7.6Martin von Gagern2017-07-191-0/+3
|
* Add pyenchant to dependencies (#1281)Łukasz Rogalski2017-01-201-0/+2
| | | | Hopefully improve coverage by actually running spellchecking-related tests.
* Revert "Use pytest-xdist for parallel execution of tests in travis (#1246)" ↵Łukasz Rogalski2017-01-031-3/+1
| | | | | (#1264) This reverts commit 796b1690bebfee1fc637fcfce5d398646958435b.
* Travis and AppVeyor for Python 3.6 (#1260)Łukasz Rogalski2017-01-031-0/+2
|
* Use pytest-xdist for parallel execution of tests in travis (#1246)Łukasz Rogalski2016-12-301-1/+3
|
* Add compatibility with old versions of setuptools (#1107)Moises Lopez - https://www.vauxoo.com/2016-09-251-1/+4
| | | | | | Environment markers can be used only in recent versions of setuptools. Instead of relying on extras_require, we are falling back to install_requires when we detect an incompatibility between the installed setuptools version and what pylint expects.
* Use a more recent version of setuptools.Claudiu Popa2016-08-201-0/+1
|
* Use 3.5-dev again, since the fix for duplicate-key is not available in this ↵Claudiu Popa2016-06-201-1/+1
| | | | Travis version.
* Use a released version of 3.5Claudiu Popa2016-06-201-1/+1
|
* [ADD] coverage: Enable coveralls and coverage report (#873)Moises Lopez - https://www.vauxoo.com/2016-04-261-2/+5
| | | Enable coverage report for coveralls
* Basic travis support.Claudiu Popa2015-12-161-0/+37
Some of the pylint errors were also removed.