summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Switch Travis builds to the container-based infrastructureJeff Widman2016-02-19
| | | https://docs.travis-ci.com/user/migrating-from-legacy/
* Update testing targets (Closes #265)Raphaël Barrois2016-02-10
| | | | Thanks to @jeffwidman for suggesting this!
* Allow skipping Mongo tests.Raphaël Barrois2015-04-27
|
* Simplify dependencies installation for multi-version.Raphaël Barrois2015-04-27
| | | | | | | | | You may now use: ``make DJANGO_VERSION=1.7 test``. Valid options: * ``DJANGO_VERSION`` * ``MONGOENGINE_VERSION`` * ``ALCHEMY_VERSION``
* Update travis config: focus on Py2.7/Py3.4Raphaël Barrois2015-04-19
|
* Fix travis.ymlRaphaël Barrois2014-09-03
|
* Django1.7 is out, let's not test it on Python2.6Raphaël Barrois2014-09-03
|
* Typo in .travis.ymlRaphaël Barrois2013-12-25
|
* Don't install Pillow on PyPy on travis.Raphaël Barrois2013-12-25
|
* Install Pillow on travis.Raphaël Barrois2013-06-27
|
* Fix tests for sqlalchemy.Raphaël Barrois2013-06-20
| | | | Also add them to travis.
* Add django-based tests for DjangoModelFactory.Raphaël Barrois2013-06-10
|
* Advertise PyPy support.Raphaël Barrois2013-03-28
|
* Add full Python 3 compatibility (Closes #10, #20, #49).nkryptic2013-03-15
| | | | | | | | Also: - update travis.yml to build against 2.6-2.7 and 3.2-3.3 - Switch to relative imports Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Try to install unittest2 on python-2.6 for travis-ci.Raphaël Barrois2012-05-04
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Enable builds for python-2.6 on travis-ci.Raphaël Barrois2012-05-04
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Add travis-ci configuration.Raphaël Barrois2012-03-23
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>