Emmanuel Leblond
b4af8ec751
Fix travis for python 3.2
2016-01-22 08:38:42 +01:00
Omer Katz
3c0b00e42d
Added python 3.5 to the build.
2015-11-23 15:40:16 +02:00
Matthieu Rigal
14f82ea0a9
enabled PYMONGO 3 and DEV for travis
2015-05-07 12:47:31 +02:00
Axel Haustant
c804c395ed
Post rebase and Django removal tuning (and prepare for PyMongo 3)
2015-04-28 21:36:07 +02:00
Axel Haustant
58c8cf1a3a
Split dependencies installation and test running avoing travis_retry on tests
2015-04-28 20:20:21 +02:00
Axel Haustant
76ea8c86b7
Use travis_retry on tox execution
2015-04-28 20:20:21 +02:00
Axel Haustant
dc45920afb
Added missing coveralls install
2015-04-28 20:19:56 +02:00
Axel Haustant
15fcb57e2f
Fix typo in travis config
2015-04-28 20:19:56 +02:00
Axel Haustant
91ee85152c
Tests/Tox/TravisCI improvements
2015-04-28 20:19:56 +02:00
Matthew Ellison
7530f03bf6
Removed Django Support from MongoEngine
...
Django support has now been split out of MongoEngine and will be
revisted as a new but separate module.
Closes #958
2015-04-24 13:50:26 -04:00
Ross Lawley
c888e461ba
Updated travis.yml to build release tags
2015-03-24 17:09:26 +00:00
Omer Katz
bcd1841f71
Enabled to release mongoengine to PyPi when tagging.
2015-03-23 11:52:24 +02:00
Ross Lawley
82a9e43b6f
Updated travis build
...
Fixed pymongo versions to 2.7.2 and 2.8
The dev build for pymongo is the master branch which points to the new 3.0 driver.
Support for 3.0 will need to be added separately in the future as its a major version change and
will contain some backwards breaking changes
2015-03-18 13:55:16 +00:00
Yohan Graterol
96aedaa91f
Install Django dev from repo with pip
2014-11-12 12:06:20 -05:00
Omer Katz
a22ad1ec32
Exclude Django 1,7 and Python 2.6 since Django 1.7 doesn't support 2.6.
2014-11-11 09:09:21 +02:00
Omer Katz
a4244defb5
Fixed build matrix.
2014-11-10 09:41:29 +02:00
Omer Katz
57328e55f3
Bumped django versions and added 1.7.1.
2014-11-10 09:37:35 +02:00
Yohan Graterol
af6699098f
Update .travis.yml for allow failures in pypy3
2014-08-19 10:43:22 -05:00
Ross Lawley
bb7e5f17b5
Update .travis.yml
...
Added coveralls coverage...
2014-08-12 14:52:39 +01:00
Omer Katz
436b1ce176
Added PyMongo 2.7.2 to the build matrix.
2014-08-10 18:44:30 +03:00
Omer Katz
2bf783b04d
Added PyPy3 to the build matrix.
2014-08-10 17:01:18 +03:00
Omer Katz
71ff533623
Updated Django development version in the build matrix.
2014-07-30 02:02:21 +03:00
Wilson Júnior
c97eb5d63f
Added retry in apt-get operations for travis
2014-07-14 16:05:49 -03:00
Yohan Graterol
1c2f016ba0
Remove allow_failures from .travis.yml file
2014-07-08 10:25:12 -05:00
Wilson Júnior
cd5ea5d4e0
testing a travis with mongodb 2.6
2014-07-08 08:49:03 -03:00
Omer Katz
3685c8e015
Allowed failures for Django development version.
2014-07-02 22:50:58 +03:00
Yohan Graterol
21818e71f5
Revert change in .travis.yml: Delete apt cache
2014-06-30 08:48:04 -05:00
Yohan Graterol
938cdf316a
Added cache for apt in Travis
2014-06-30 00:14:47 -05:00
Yohan Graterol
27c33911e6
Update .travis.yml
2014-06-30 00:09:28 -05:00
Yohan Graterol
e88f8759e7
Replace before_script for before_install
2014-06-29 23:33:30 -05:00
Yohan Graterol
f2992e3165
Travis problem with before_script
2014-06-29 23:31:08 -05:00
Yohan Graterol
c71fd1ee3b
Before_script fixed.
2014-06-29 23:29:10 -05:00
Yohan Graterol
fb45b19fdc
Enabling textSearch for build in Travis
2014-06-29 23:26:02 -05:00
Yohan Graterol
646aa131ef
Corrected Travis config syntax
2014-06-29 22:58:10 -05:00
Omer Katz
cfbb283f85
Added Django 1.7RC1 to the build process and excluded it from running on Python 2.6.
2014-06-27 16:48:38 +03:00
Ross Lawley
d1d5972277
Removed support for old versions
...
- Removing support for Django 1.4.x, pymongo 2.5.x, pymongo 2.6.x.
- Removing support for Python < 2.6.6
2014-06-26 16:34:02 +01:00
Ross Lawley
4d374712de
Merge branch '0.9'
...
Conflicts:
.travis.yml
2014-06-26 16:14:34 +01:00
Ross Lawley
caba444962
Merge branch '0.9' into pr/673
...
Conflicts:
.travis.yml
2014-06-26 16:11:12 +01:00
Ross Lawley
5b6c8c191f
Updated .travis.yml
2014-06-26 16:06:30 +01:00
Ross Lawley
b02a31d4b9
Updated .travis.yml
2014-06-26 14:44:44 +01:00
Omer Katz
0e7878b406
Only run 2to3 on Python 3.x. Makes sense no?
2014-06-26 12:41:26 +03:00
Omer Katz
cae91ce0c5
Convert codebase to Python 3 using 2to3 before running benchmarks.
2014-06-26 12:31:07 +03:00
Omer Katz
fe2ef4e61c
Made the benchmark script compatitable with Python 3 and ensured it runs on every build.
2014-06-25 11:39:08 +03:00
Omer Katz
8adf1cdd02
Fast finish the build if there are failures since we have a very large build matrix and each build takes a very long time.
2014-06-25 11:18:35 +03:00
Omer Katz
adbbc656d4
Removing zlib hack since only PIL needs it. The build should pass without it.
2014-06-25 11:12:40 +03:00
Omer Katz
bb461b009f
Travis build improvements.
...
The latest patch version of each Django minor version is used.
The build now installs existing pymongo versions.
The build now actually tests against the specified Django version.
Replaced PIL with Pillow.
Added PyPy and Python 3.4 to the build.
Rebase Log:
Installing Pillow instead of PIL for testing since it's recommended and it supports PyPy.
Excluding Django versions that do not work with Python 3.
Improved formatting of .travis.yml.
Specifying Pillow 2.0.0 and above since it's the first version that is supported in Python 3.
PIL should not be installed alongside Pillow.
Also, I installed some libraries that both PIL and Pillow depend on.
It seems I have to be explicit on all envvars in order to exclude Django 1.4 from the build matrix.
The build is now installing pymongo versions that actually exist.
openjpeg has a different name on Ubuntu 12.04.
Restoring libz hack.
Also installing all Pillow requirements just in case.
Fixed the build matrix.
Acting according to @BanzaiMan's advice in travis-ci/travis-ci/#1492.
2014-06-25 10:40:28 +03:00
Ross Lawley
48a5679087
Added Django 1.6 to travis Refs: #480 , #454
2013-11-29 09:13:37 +00:00
Ross Lawley
6738a9433b
Updated travis
2013-08-23 09:36:33 +00:00
Ross Lawley
23843ec86e
Updated travis config
2013-08-23 09:06:57 +00:00
Ross Lawley
a0ef649dd8
Update travis.yml
2013-08-20 18:31:33 +00:00