Commit Graph

28 Commits

Author SHA1 Message Date
Claudiu Popa
389b9d24a0 Bring back Travis stages 2019-06-20 10:04:40 +02:00
Claudiu Popa
927db96bbd Dropped support for Python 3.4
It reached EoL a while ago an our typed_ast dependency also stopped working
for 3.4. Ideally just use a more recent Python version, which also helps
us as we don't have to maintain support for multiple minor versions at once.
2019-06-20 09:49:48 +02:00
Claudiu Popa
e37bb778c7 Add 3.8-dev in Travis 2019-03-05 10:12:37 +01:00
Claudiu Popa
6fe3cbc799 Try automatic deployments for each release tag 2019-03-02 14:23:03 +01:00
Claudiu Popa
a83ef077d3 Separate pyenchant into a separate step
pyenchant is no longer maintained and doesn't seem to install correctly on all systems.
But it is installable on Travis, so instead we separated that from the main test suite in order
to run it in its own step.

Close #1900
2018-09-29 10:30:45 +02:00
Claudiu Popa
49e741aa9c Add tox and travis black steps 2018-09-17 09:07:44 +02:00
ssolanki
55ddf8d4a9 annotations changes on new branch. 2018-08-21 11:12:43 +02:00
ssolanki
13db78bc50 move rstlint job under prechecks stage 2018-08-01 15:38:52 -06:00
Konstantin Manna
9cb0e3aa04 check rst files with rst-linter 2018-08-01 08:40:54 +02:00
Ville Skyttä
d49bdcf6d6 Use final 3.7 in Travis (#2318) 2018-07-23 08:37:08 +02:00
Sushobhit
40df65a321 Add build stages in travis.yml (#2219) 2018-06-28 15:46:16 -07:00
Claudiu Popa
db547f45a1 Enable Python 3.7 in CI 2018-05-09 06:11:01 -04:00
Claudiu Popa
3339fa58c1 Try with pypy3 to see if it passes CI 2018-01-25 16:16:54 +01:00
Claudiu Popa
1ce9be8844 Stop advertising python 2 support 2018-01-25 15:49:31 +01:00
Hugo
b35166f35b Drop support for EOL Python 3.3 2017-12-11 09:39:49 +01:00
Claudiu Popa
dd78aedcf0
Install the most recent version of setuptools before installing tox and co 2017-10-12 12:22:04 +02:00
Claudiu Popa
33c0bca81b
Try with an older tox version 2017-10-12 12:10:12 +02:00
Martin von Gagern
69949c29c7 Have Travis run test suite on Python 2.7.6 2017-07-19 15:56:08 +02:00
Łukasz Rogalski
fa980eed41 Add pyenchant to dependencies (#1281)
Hopefully improve coverage by actually running spellchecking-related tests.
2017-01-20 22:58:25 +02:00
Łukasz Rogalski
ef554cfcfe Revert "Use pytest-xdist for parallel execution of tests in travis (#1246)" (#1264)
This reverts commit 796b1690be.
2017-01-03 19:54:28 +02:00
Łukasz Rogalski
38ae89680d Travis and AppVeyor for Python 3.6 (#1260) 2017-01-03 08:58:17 +02:00
Łukasz Rogalski
796b1690be Use pytest-xdist for parallel execution of tests in travis (#1246) 2016-12-30 17:53:05 +02:00
Moises Lopez - https://www.vauxoo.com/
e14a722db9 Add compatibility with old versions of setuptools (#1107)
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.
2016-09-25 20:01:53 +03:00
Claudiu Popa
214f1de817 Use a more recent version of setuptools. 2016-08-20 11:55:04 +03:00
Claudiu Popa
da2691e4b7 Use 3.5-dev again, since the fix for duplicate-key is not available in this Travis version. 2016-06-20 15:05:13 +01:00
Claudiu Popa
74681709f0 Use a released version of 3.5 2016-06-20 14:48:26 +01:00
Moises Lopez - https://www.vauxoo.com/
2b9afbb957 [ADD] coverage: Enable coveralls and coverage report (#873)
Enable coverage report for coveralls
2016-04-26 16:53:30 +03:00
Claudiu Popa
60b5ced178 Basic travis support.
Some of the pylint errors were also removed.
2015-12-16 17:25:28 +02:00