aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)Author
2014-12-12Fix dependanciesTom Christie
2014-12-12Merge masterTom Christie
2014-12-03MergeTom Christie
2014-12-04Updated Django versions to match requirementsTymur Maryokhin
2014-11-29Remove YAML support from coreJosé Padilla
2014-11-28Merge branch 'version-3.1' into oauth_as_packageJosé Padilla
Conflicts: requirements-test.txt rest_framework/compat.py tests/settings.py tox.ini
2014-11-27Update to latest minor Django versionsJosé Padilla
2014-11-25Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-25Add markdown and PyYAML to tox test requirementsJosé Padilla
2014-11-25Add a docs build to the Tox runDougal Matthews
2014-11-25Removed dots in Django versions in tox. Refs #2124.Tymur Maryokhin
2014-11-25Added python 3.2 to test against django master . Related to #2075.Tymur Maryokhin
2014-11-25Streamlined tox config with 1.8 featuresTymur Maryokhin
2014-11-17Add django master to build matrix. Closes #2075.Tom Christie
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-28Use PYTHONDONTWRITEBYTECODE=1 on tox environmentJosé Padilla
This fixes bad marshal data errors after running tests with tox and later running tests manually via runtests.py. Fixes #1957
2014-09-26FileField and ImageFieldTom Christie
2014-09-05Removes OAuth dependencies from tox configurationsJharrod LaFon
2014-09-03Test with released Django 1.7José Padilla
2014-08-19Add flake8 to requirementsTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19Merge masterTom Christie
2014-07-28Updated the tox file.Xavier Ordoquy
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini
2014-05-16Typo in the Python version.Xavier Ordoquy
2014-05-16Updated tox with Python 2.4Xavier Ordoquy
2014-05-01Merge remote-tracking branch 'reference/2.4.0' into feature/pytestXavier Ordoquy
Conflicts: rest_framework/runtests/urls.py tests/test_response.py tox.ini
2014-04-30Merge remote-tracking branch 'reference/master' into feature/pytestXavier Ordoquy
Conflicts: tests/test_serializer.py
2014-04-30Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml rest_framework/serializers.py rest_framework/tests/test_authentication.py
2014-04-27Updated Django's versions.Xavier Ordoquy
2014-04-17Upgraded to pytest-django 2.6.1Xavier Ordoquy
2014-04-17Merge remote-tracking branch 'pelme/pytest' into feature/pytestXavier Ordoquy
Conflicts: .travis.yml rest_framework/runtests/runtests.py tests/test_filters.py tests/test_pagination.py tox.ini
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini
2014-03-23Aligned the django-filter version with travis builds.Xavier Ordoquy
2014-03-21Bumped tests against Django from 1.7a2 to 1.7b1Xavier Ordoquy
2014-03-07Add Django 1.7 to toxTom Christie
2014-03-07Pin pillow to 2.3.0Tom Christie
2014-03-02Support for running the test suite with py.testAndreas Pelme
* Get rid of runtests.py * Moved test code from rest_framework/tests and rest_framework/runtests to tests * Invoke py.test from setup.py * Invoke py.test from Travis * Invoke py.test from tox * Changed setUpClass to be just plain setUp in test_permissions.py * Updated contribution guideline to show how to invoke py.test
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
Conflicts: .travis.yml docs/api-guide/routers.md rest_framework/compat.py tox.ini
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py
2013-11-15update requirements for django-oauth-plus to 2.2.1Philip Forget
2013-11-08Updated versions in tox and travis configBruno Renié
2013-09-25Drop 1.3 supportTom Christie
2013-09-06some properly failing tests, set up for standard permissionsbwreilly
2013-06-05Fix up tests and toxTom Christie
2013-06-02Add Django 1.6 to docs and to toxTom Christie
2013-03-13Use django-filter 0.6a1 and add database query count tests for paginated, ↵Tom Christie
filtered lists.
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-06Update the package dependency url style in tox.iniPierre Dulac