Stefan Wojcik
1178ae262b
Truly test pymongo v2.8 instead of v2.9.
...
Testing v2.9 was unexpected and it's not as important given v2.9 mostly
mostly just provided an upgrade path for v3.0, and we already test v3.x.
2017-02-25 16:18:20 -05:00
Stefan Wojcik
4c629e46ce
Drop pymongo dev tests to speed things up.
...
We don't need to test it before a stable release and removing it shaves off
considerable amount of time from Travis builds.
2017-02-25 16:06:19 -05:00
Stefan Wojcik
2d429e3703
use mongodb v2.6 bcos pymongo 2.7 doesnt work w/ mongodb v3.0
2017-02-25 15:49:28 -05:00
Stefan Wojcik
e9caaa916c
try freezing mongodb at the latest v3.0
2017-02-19 18:20:41 -05:00
Stefan Wojcik
4e91c4f5bc
use apt addons vs sudo apt-get install
2017-02-19 18:02:30 -05:00
Stefan Wojcik
4068a6b36b
cache pip dependencies
2017-02-19 17:59:37 -05:00
Stefan Wojcik
d096d2ec38
run Travis builds in a container-based environment
2017-02-19 17:49:05 -05:00
Stefan Wójcik
835d3c3d18
Improve the health of this package ( #1428 )
2016-12-11 18:49:21 -05:00
Stefan Wójcik
7b860f7739
Deprecate Python v2.6 ( #1430 )
2016-12-10 13:29:31 -05:00
Stefan Wójcik
3c455cf1c1
Improve health of this package ( #1409 )
...
* added flake8 and flake8-import-order to travis for py27
* fixed a test that fails from time to time depending on an order of a dict
* flake8 tweaks for the entire codebase excluding tests
2016-11-28 19:00:34 -05:00
Stefan Wojcik
dd473d1e1e
remove v3.2 from .travis.yml
2016-10-19 18:15:15 -04:00
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