Commit Graph

15 Commits

Author SHA1 Message Date
Anthony Sottile
ff81fbb938 Ensure files end in a newline 2017-08-31 22:26:39 -07:00
Bernie Hackett
ed59b574c3 Update tox and travis configs
I'm removing python2.6 from travis for the time being. It
requires unittest2 and it's not clear how to install that
for just 2.6 in travis.
2016-10-01 22:40:49 -07:00
A. Jesse Jiryu Davis
ff4c429f6f PYTHON-512 - Remove gevent from tox.ini. 2015-03-10 08:43:53 -07:00
Luke Lovett
327fdaa560 PYTHON-680 Remove all references to nose 2014-04-28 18:06:27 +00:00
Bernie Hackett
a4a16ac6fc Add py34 to tox.ini
PyMongo has been tested against python 3.4 rc1 - rc3. We'll
probably wait until 3.4 final to update trove classifiers.

*NOTE* - Testing with 3.4 requires nose 1.3.1 due to
https://github.com/nose-devs/nose/issues/759
2014-03-10 17:10:51 -07:00
Bernie Hackett
502b7d4c0c Fix tox compatibility.
The tox testing tool has dropped support for python 2.5
(and therefore jython) and by default sets PYTHONHASHSEED
to a random value. pip is dropping python 3.1 in its next
release so we might as well drop that from tox.ini now as
well.
2014-02-25 12:35:37 -08:00
A. Jesse Jiryu Davis
19c6c997c1 Run Gevent tests with tox 2013-05-24 16:26:36 -04:00
behackett
83a2413f7e PIP_INSECURE doesn't work with Jython. 2013-05-03 16:11:18 -07:00
behackett
176e39e74a Fix misc. $options issues in json_util PYTHON-510 2013-04-24 18:27:38 -07:00
behackett
e7ce167415 Make tox, py25, jython, and pip play nicely. 2013-04-09 18:08:16 -07:00
behackett
e8a4a93ecd Simplify tox.ini for now. 2012-11-19 17:55:34 -08:00
behackett
fecdb9621b Don't try to test pypy or jython with extensions. 2012-10-26 17:03:34 -07:00
behackett
0de6c2397d Run tox with and without C extensions. 2012-10-19 18:38:45 -07:00
behackett
35648378ef Fix up tox.ini
- Don't test python 3.0
- Tox no longer supports python 2.4
- Add a dependency on nose
- Disable C extension testing for now
2012-10-19 17:37:17 -07:00
Marc Abramowitz
8539bbcb7a Add tox.ini for tox (http://tox.testrun.org/) 2012-10-19 11:58:53 -07:00