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
Ross Lawley
1aa2b86df3
travis install python-dateutil direct
2013-07-11 09:38:59 +00:00
Ross Lawley
73026047e9
Trying to fix dateutil
2013-07-11 09:29:06 +00:00
Ross Lawley
f48a0b7b7d
Trying to fix travis
2013-07-10 21:30:29 +00:00
Ross Lawley
a1d142d3a4
Prep for django and py3 support
2013-07-10 08:38:13 +00:00
Ross Lawley
d935b5764a
apt only had an ancient version of python-dateutil *sigh*
2013-06-06 18:02:06 +00:00
Ross Lawley
8aae4f0ed0
Trying to stabalise the build
2013-06-06 17:34:34 +00:00
Ross Lawley
542049f252
Trying to fix annoying python-dateutil bug
2013-06-06 17:31:50 +00:00
Ross Lawley
7aa1f47378
Updated minimum requirements
2013-04-30 16:46:08 +00:00
Ross Lawley
f7bc58a767
Added assertIn / assertNotIn for python 2.6
2013-04-25 12:03:44 +00:00
Ross Lawley
bafdf0381a
Updates
2013-04-25 11:59:56 +00:00
Ross Lawley
3fc5dc8523
Testing if travis 2.6 is >= 2.6.6
2013-04-25 11:46:18 +00:00
Ross Lawley
10731b0fd8
Merge remote-tracking branch 'origin/pr/285' into p285
2013-04-25 11:18:21 +00:00
Ross Lawley
80db9e7716
Updated travis
2013-04-22 13:06:29 +00:00
Nicolas Cortot
681b74a41c
Travis: adding Django-1.5.1 to env
2013-04-19 19:08:53 +02:00
Ross Lawley
04b85ddbf2
Merge branch 'master' into 0.8
...
Conflicts:
.travis.yml
AUTHORS
docs/changelog.rst
mongoengine/base.py
mongoengine/queryset.py
tests/queryset/queryset.py
2013-04-12 13:36:29 +00:00
Ross Lawley
cc5b60b004
Updated pymongo versions and pillow wont work
2013-04-12 10:30:52 +00:00
Ross Lawley
b06f9dbf8d
Travis travis travis
2013-04-12 10:02:55 +00:00