Commit Graph

72 Commits

Author SHA1 Message Date
Takeshi KOMIYA
36300dcb18 Merge branch 'master' into tests 2017-10-10 19:55:46 +09:00
Frank Sachsenheim
b2959a91c5 Makefile: Adds a target to build docs from the root dir. 2017-10-09 22:37:27 +02:00
Frank Sachsenheim
26796f6985 Makefile: Makes PHONY statements more maintainable. 2017-10-09 22:14:51 +02:00
Stephen Finucane
160e27e20f utils: Remove 'check_sources'
There are still a couple of checks here but all of them can be removed
now:

- Check if using valid Python syntax
- Check if line length too long
- Check if using 'x == None/True/False'
- Check if using old HTML 3 tags

The first three are already handled by default by the 'flake8' tool. The
last one isn't replaced by anything, but it really isn't worth worrying
about now because the tags it checks for have been dead for a really
long time and would not be used by anyone writing HTML in the last 10
years. Combined, it means we can remove the entire file.

The 'style-check' target is updated to simply alias 'flake8'. It can be
removed in a future release. This allows us to stop using this target in
the Travis jobs, seeing as we already run flake8.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-10-05 17:17:27 +01:00
Takeshi KOMIYA
e3d14e7862 Merge branch 'stable' into 1.6-release 2017-04-25 00:40:04 +09:00
Takeshi KOMIYA
a9256bfa70 Remove Sphinx.egg-info on make clean 2017-04-06 09:41:49 +09:00
Takeshi KOMIYA
fc9a02af3c Merge pull request #3416 from tk0miya/refactor_literalinclude
Refactor literalinclude
2017-02-25 17:10:57 +09:00
Takeshi KOMIYA
4941148c5d Merge branch 'stable' 2017-02-25 14:47:34 +09:00
Takeshi KOMIYA
341986c03a Fix #3453: remove doc/_build/ forcely on make clean on Sphinx repos 2017-02-25 14:45:49 +09:00
Takeshi KOMIYA
d1b5f7227d Merge branch 'master' into refactor_literalinclude 2017-02-17 23:37:35 +09:00
Takeshi KOMIYA
e1da72b59c Reduce DeprecationWarnings for regexp 2017-02-17 02:01:04 +09:00
Takeshi KOMIYA
2f3a3d8cc2 Update DONT_CHECK list 2017-02-13 02:08:47 +09:00
Takeshi KOMIYA
e6cd347f6c Merge branch 'stable' 2017-01-16 01:31:57 +09:00
Takeshi KOMIYA
c03da8fdf4 Merge branch 'stable' into 3256_update_release_script 2017-01-14 00:26:03 +09:00
Takeshi KOMIYA
8cbe1efe8d Merge branch 'stable' 2017-01-10 01:04:21 +09:00
shimizukawa
561abdd164 pytest optimizatoin:
- remote using deprecated decorators
- remove gen_with_app
- remove yield testing
- remove pytest warnings
- refactoring
2017-01-08 15:14:38 +09:00
Takeshi KOMIYA
612e4d65d7 Merge branch 'stable' 2017-01-08 01:45:40 +09:00
Takeshi KOMIYA
f1d2a7ffaa Ignore .cache/ 2017-01-07 20:37:01 +09:00
shimizukawa
4c22cd10ca Merge branch 'stable' 2017-01-07 02:14:29 +09:00
shimizukawa
5b7d237db3 pytest migration 2017-01-04 00:59:30 +09:00
Takeshi KOMIYA
50f9c5cc38 Update packaging script (refs: #3256) 2016-12-19 12:29:58 +09:00
Takeshi KOMIYA
e645ea59db Merge branch 'stable' 2016-12-14 00:12:23 +09:00
Takeshi KOMIYA
3a60eb984b Remove .mypy_cache on make clean 2016-12-13 23:59:01 +09:00
Takeshi KOMIYA
db732ac0b8 Prepare to type-check using mypy 2016-11-16 12:05:44 +09:00
Takeshi KOMIYA
e8d5650adf Merge branch 'stable' 2016-10-02 00:44:49 +09:00
Takeshi KOMIYA
502874bcc4 Fix "make clean" does not remove build/ directory 2016-10-02 00:25:58 +09:00
Takeshi KOMIYA
184bedef4b Merge branch 'stable' 2016-08-20 18:06:33 +09:00
Takeshi KOMIYA
be2637f7ff Add testfiles to DONT_CHECK target 2016-08-20 17:57:08 +09:00
Takeshi KOMIYA
9e9eeaaf84 Remove env from DONT_CHECK (ref: #2760) 2016-07-16 00:47:19 +09:00
Takeshi KOMIYA
0e9938fa4f Update skiplist of style-checker 2016-07-15 10:52:16 +09:00
Takeshi KOMIYA
ae0fab15d3 Clear __pycache__, tests/build and .tox on make clean 2016-05-30 23:44:49 +09:00
Jakob Lykke Andersen
bd354f653c Exclude stuff from style-check 2015-11-29 15:25:10 +01:00
Alberto Berti
795887e044 Conditionally enable py3.5 tests in travis 2015-11-10 04:09:05 +01:00
Georg Brandl
b215da8250 Rename "make check" to "make style-check"; "make check" is often used for test suites. 2015-09-19 07:24:13 +02:00
Georg Brandl
37ef63087d Port check_sources to single-source. 2015-09-18 20:32:53 +02:00
shimizukawa
c4382fa798 Fix: "make check" fails on 'typing_test_data.py' on Py2 environment. Closes #2020. 2015-09-13 12:13:24 +09:00
Takayuki Shimizukawa
da651089e7 fix trailing space and long line 2014-10-09 23:53:33 +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
3ee7948881 Ignore japanese search: it has long lines but breaking them would be ugly. 2011-01-15 16:01:14 +01:00
Georg Brandl
27b4265a2f Update phony targets list. 2010-07-28 20:30:05 +02:00
Georg Brandl
c683c6ed83 Add some changes not picked up in the transplantation process. 2010-07-28 19:49:06 +02:00
Daniel Neuhäuser
6f277bb7bd Stop modifying PYTHONPATH in the Makefile 2010-05-16 17:51:40 +02:00
Daniel Neuhäuser
614a7f048f make now works without python3 2010-05-23 01:34:52 +02:00
Daniel Neuhäuser
ad9055868e Added latest reindent.py file 2010-05-17 02:26:31 +02:00
Daniel Neuhäuser
936d68fc83 Ignore errors when removing generated files 2010-05-17 01:28:50 +02:00
Daniel Neuhäuser
acd1eaf9d7 check_sources.py is now ported to 3.x 2010-05-17 00:44:44 +02:00
Daniel Neuhäuser
46e5c123d5 Keep under 80 chars per line in the Makefile 2010-05-16 23:56:44 +02:00
Daniel Neuhäuser
e8d98966de Automatically use converted scripts in the makefile 2010-05-16 23:51:25 +02:00
Georg Brandl
315ad84fce Ignore failures in removing converted utils. 2010-07-28 18:28:34 +02:00
Daniel Neuhäuser
592a978c25 Scripts in utils are now automatically converted. They may not work at the moment though 2010-05-16 22:19:38 +02:00