aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Makefile: allow to override TEST_LOCALE from environmentGuido Günther2017-11-07
| | | | | | This makes it simpler when run in a container. Gbp-Dch: Ignore
* Makefile: use $(MAKE)Guido Günther2017-11-07
|
* Make it simple to switch the locale tests are run underGuido Günther2017-11-06
|
* Use pydoctor to generate apidocsGuido Günther2017-08-02
|
* Tests: assume a UTF-8 locale for nowGuido Günther2017-08-02
|
* Use python3 for testsGuido Günther2017-08-02
|
* Name opts consistentlyGuido Günther2017-02-06
| | | | Gbp-Dch: Ignore
* Make is simple to override nose flags on the command lineGuido Günther2017-01-21
| | | | e.g. for passing in -x
* make: Check if we can use parallel flakeGuido Günther2017-01-17
|
* flake8 check examplesGuido Günther2017-01-06
|
* import-orig: Handle download errors properlyGuido Günther2016-12-26
| | | | | This introduces tests that reach out to the network. These are disabled by default.
* Switch from pychecker to flake8Guido Günther2016-09-12
| | | | | | | The later is maintained and has more checks Use '-j1' for now since otherwise we need /dev/shm access which fails in a pbuilder chroot with EPERM.
* Move doc generation and test invocation to separate MakefileGuido Günther2016-09-12