Commit Graph

37 Commits

Author SHA1 Message Date
Alberto Berti
782310039b Move py3.5 specific tests to their own file and adjust test environment 2015-11-10 03:40:48 +01:00
shimizukawa
5b7ce8d9c2 avoid py3 syntax module 2015-09-13 09:16:08 +09:00
shimizukawa
caed7faa19 add flake8 testing 2015-03-07 17:59:28 +09:00
Georg Brandl
d47a7587f9 Complete test suite overhaul.
* rename a few test modules to make the names more consistent

* do not copy/use Sphinx from build/ (unnecessary without 2to3)

* use a temporary dir for *all* test projects, the source tree
  will stay pristine that way  (default is tests/build)

* speed up tests by ~3x by splitting up test projects and avoiding
  rebuilds
2014-09-21 17:17:02 +02:00
Georg Brandl
b2c9d4b107 Be quiet when building docs for tox. 2014-09-20 20:54:54 +02:00
Takayuki Shimizukawa
caf687d379 * add support docutils-0.12 2014-08-12 06:45:38 +09:00
Takayuki Shimizukawa
6746c83a18 * Drop Python-3.2. And now, removing 2to3 mechanism procedure has been completed. Closes #1350.
Pygments-2.0 will drop Python-3.2.
The snowballstemmer package that is referred from sphinx-1.3 (that is merged at pull request #214) has not supported Python-3.2.

We decided to drop the Python-3.2.

see also https://bitbucket.org/birkenfeld/sphinx/pull-request/243/native-py2-py3-support-without-2to3-refs
2014-05-27 23:17:36 +09:00
Takayuki Shimizukawa
5c6d6c8e24 Add Python-3.4 support 2014-05-01 20:54:41 +09:00
Georg Brandl
b97d01308c du10/du11 need mock dependency 2014-03-08 11:27:12 +01:00
Rob Ruana
5564012306 Closes #1410: imports Mock from unittest.mock when available (Python >=3.3) 2014-03-06 03:49:11 -05:00
Georg Brandl
c3836b3188 Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)
Drop docutils-0.7, 0.8, 0.9 support.
2014-03-01 08:20:21 +01:00
Rob Ruana
d11cb7325e Merge conflicts 2014-01-18 14:23:23 -05:00
Rob Ruana
a00a096069 Merges napoleon extension into mainline sphinx 2014-01-18 13:56:23 -05:00
Takayuki Shimizukawa
2050285ebf Drop docutils-0.7, 0.8 and 0.9 support 2013-12-15 16:25:01 +09:00
Takayuki Shimizukawa
f7cb510ebd Drop python-3.1 and remove support codes 2013-12-15 16:04:23 +09:00
Takayuki Shimizukawa
a8fc938d1b Drop python-2.5 and remove 2.4,2.5 support codes 2013-12-15 14:16:53 +09:00
Takayuki Shimizukawa
04d22a53d5 support parallel testing with detox 2013-07-27 16:15:36 +09:00
Takayuki Shimizukawa
72a6bfde28 add docutils-0.11 for testing 2013-07-25 00:26:43 +00:00
Takayuki Shimizukawa
d23387d82e for testing: change docutils version spec 0.10.0 -> 0.10 2013-07-25 00:24:19 +00:00
Georg Brandl
77eeeca29b tox: allow insecure (no SSL) pip operation on Python 2.5 2013-03-29 19:06:24 +01:00
Takayuki Shimizukawa
0158545d8e remove comment-outed docutils repository for py33 test 2013-01-01 15:29:43 +09:00
Takayuki Shimizukawa
2dc4f9dd34 add du10 test to envlist for default test 2013-01-01 15:28:30 +09:00
Georg Brandl
c69b7b4253 tox: add docutils 0.10. 2012-12-17 08:09:33 +01:00
Takayuki Shimizukawa
5e8d7b9c38 fix test failure: python3 + whoosh 2012-12-17 04:24:24 +00:00
Takayuki Shimizukawa
066c432152 change tox describing (meaning was not changed) 2012-12-17 04:23:14 +00:00
Jonathan Waltman
b057ef76ef Require Docutils 0.10 in tox py33 test env. 2012-11-03 09:37:35 -05:00
Georg Brandl
f4cfc45319 Add a py33 environment. 2012-10-30 10:46:32 +01:00
Georg Brandl
4961799528 Remove obsolete tox environments. 2012-10-30 10:22:51 +01:00
Georg Brandl
2671d55436 Update required Python to 2.5. 2012-10-30 09:55:44 +01:00
Takayuki Shimizukawa
4713ca78ba fix some testing.
* Python3 test support
* Specify depended library version for Python2.4, 2.5
2012-05-01 15:21:12 +09:00
Georg Brandl
2ff5e6fdd0 Update tox.ini with py32/du08 envs. 2011-09-23 07:59:19 +02:00
Daniel Neuhäuser
9314b385ae Added pypy testenv 2011-01-08 21:50:41 +01:00
Daniel Neuhäuser
743f7e8da5 Add simplejson as a dependency for python 2.5 2011-01-08 21:17:57 +01:00
Daniel Neuhäuser
1afb015a34 Add tox environments for python2.4-3.1 2011-01-08 19:39:44 +01:00
Georg Brandl
611887a4f9 Add docutils 0.7 target. 2010-07-26 19:31:07 +02:00
Georg Brandl
7e34190792 More toxy goodness. 2010-07-23 11:16:17 +01:00
Georg Brandl
345f39160a Add tox.ini. 2010-07-23 10:37:44 +01:00