Commit Graph

41 Commits

Author SHA1 Message Date
Omer Katz 62f4e2ce07 Added Python 3.8 support. 2019-10-22 23:28:29 +03:00
Marcin Puhacz 0ad7d08c4c Fixing MongoDB backend to work properly with TTL (#1076)
* Fixing MongoDB backend to work properly with TTL
Bumping pymongo version to 3.8.0

* Updating authors

* Adding dependencies to travis config

* Fixing travis test cases

* Changing pymongo version to align with mongo result backend
2019-08-07 15:06:13 +03:00
Bruno Alla ee4e7bd29b Fix broken build steps (#1062)
* Fix broken build steps

- Fix pydocstyle linting error
- Move apicheck to Python 3 to be able to install Sphinx 2.0+
  The rest will be moved when Python 2 is dropped

* Move pydocstyle linting steps to Python 3.6
2019-06-16 22:45:52 +06:00
Asif Saif Uddin b91c81be43
Revert "Use fastuuid on CPython>=3.5 (#1056)" (#1061)
This reverts commit f9fbd8eb48.
2019-06-15 03:25:50 +06:00
Omer Katz f9fbd8eb48
Use fastuuid on CPython>=3.5 (#1056)
* Use fastuuid on CPython>=3.5.

* Only install fastuuid on Linux.

* For some reason we're stillgetting the thrusty build env.
Specify xenial explictly.

* Specify Python versions for lint stages.

* Ensure pycurl deps are installed.

* Run update before.

* Upgrade tox and dependencies.

* Happify docstyle.
2019-06-10 18:14:25 +03:00
Asif Saif Uddin 732353b80a
re order test matrix 2019-06-09 13:48:03 +06:00
Asif Saif Uddin 1e3b093277
update travis 2019-05-29 19:46:37 +06:00
Asif Saif Uddin 57d2ec8b65
update pypy (#1046) 2019-05-22 15:17:18 +06:00
Omer Katz e83f1c5371 Fix windows build (#1044)
* Fix requirements for CI.

* Try to skip PyCurl on Windows CI when testing 3.7.

* Fix apicheck job.
2019-05-16 00:37:18 +06:00
Asif Saif Uddin 19ffbff0e6
Changed test and lint build order 2019-05-06 14:41:33 +06:00
Asif Saif Uddin ca1f6399e5
dropped python 3.4 2019-05-06 14:40:52 +06:00
Omer Katz 3e60e6503a Avoid pip version check. 2019-03-03 22:33:51 +02:00
Omer Katz 9dd7e7ae1f Bump PyPy to 6.0. Add PyPy3 to the build process. (#986) 2019-01-10 09:48:06 +06:00
Omer Katz 3ee3e2f48c revert. 2019-01-09 23:20:36 +02:00
Omer Katz 57a67ffa11 Move to xenial. 2019-01-09 23:01:30 +02:00
Omer Katz c86fc5c297 Move to Python 3.7. 2019-01-09 22:58:55 +02:00
Asif Saif Uddin 44524d590b
set email notification to false 2018-11-23 00:02:07 +06:00
Omer Katz b59bf1b679
Added Python 3.7 to the build matrix (#908)
* Run tests with Python 3.7.

* Add missing dependencies.

* Show skip reasons.

* Add more dependencies to CI tests.

* Fix requirements.
2018-08-16 07:53:25 -05:00
Omer Katz 3bc949d63a
Actually run linters first. 2018-05-20 11:33:02 +03:00
Omer Katz b5ef2d7571
Run linters first in CI. 2018-05-20 11:12:16 +03:00
Omer Katz dba85e2d95
Always report coverage (#837)
* Always report coverage.

* Remove useless coverage env run.

* Remove useless cov testenv.
2018-03-05 23:47:28 +02:00
Omer Katz 6fb1f33de4
Disable pip progress bar. 2017-12-17 12:03:32 +02:00
Jon Dufresne ba82a72c21 Add Python 3.6 to CI testing (#716)
Enabled pip cache for Travis CI
2017-04-17 10:24:52 +06:00
Ask Solem 0513fd8bef CI: Removes pypy3 target 2016-11-21 14:48:44 -08:00
Ask Solem c4787c452c Travis: adds pydocstyle target 2016-10-11 14:07:25 -07:00
Ask Solem ce2fe1aafd Travis: Use separate target to calculate coverage 2016-08-29 13:18:40 -07:00
Ask Solem c9d00b4bab [tox] Try to use celery tox config 2016-04-08 19:37:44 -07:00
Ask Solem 706146627e [Travis] now sends notification to #celery freenode 2016-04-08 16:29:45 -07:00
Ask Solem 8d50de6a0e Travis: Python 3.5 does not work here for some reason 2015-10-06 13:16:01 -07:00
Ask Solem 88e5be705a Fixes tox 2015-10-05 21:22:41 -07:00
Ask Solem 4bc7c2b7fa Updates tox.ini 2015-09-29 14:44:06 -07:00
Ask Solem 0dba924502 Adds pypy3 to test matrix 2014-08-11 18:38:07 +01:00
Ask Solem f9713144e8 Adds CI for Py3.4 2014-05-21 13:25:25 +01:00
Ask Solem 55197ee341 master now depends on Python 2.7 2014-05-19 22:27:36 +01:00
Ask Solem 28107f091c Fixes .travis.yml 2014-02-09 20:39:07 +00:00
Ask Solem 60a5c63cb6 Support for coveralls 2014-02-09 15:47:11 +00:00
Ask Solem 1153782616 Minimum version for Python3 is now 3.3 2013-10-14 15:14:22 +01:00
Ask Solem c1e06243d0 [3.0] Requires Python 2.6 or higher 2012-11-12 15:56:30 +00:00
Ask Solem 497c9268a4 Adds Py2.5 to Travis, and use Tox 2012-03-20 14:54:20 +00:00
Ask Solem adb0f0a720 Remove 2.5 from travis 2012-02-29 11:52:26 +00:00
Ask Solem c12789d567 Adds Travis CI 2012-02-27 17:28:11 +00:00