Commit Graph

15 Commits

Author SHA1 Message Date
shimizukawa
cdc5241a3b AppVeyor must be failed when pytest has any test failures. 2019-01-13 22:41:58 +09:00
Takeshi KOMIYA
9412bd76b7 Drop python 2.7 and 3.4 support 2018-08-30 01:03:57 +09:00
cclauss
72beacb7ae Remove trailing whitespace 2018-08-11 06:19:08 +02:00
cclauss
4e79cca59f Force a retest as a workaround to Travis issues 2018-08-11 06:02:06 +02:00
cclauss
3cdb1724f9 Appveyor: Test in Python 3.7 instead of Python 3.6 2018-08-10 18:50:02 +02:00
Thijs Triemstra
cf7d97ce62 enable pip cache in appveyor build 2018-02-04 18:21:16 +01:00
Takeshi KOMIYA
79b4e84d9c Merge pull request #4347 from tk0miya/diet_tests_on_appveyor
Diet tests on appveyor
2018-01-07 20:36:13 +09:00
Stephen Finucane
7c0723fd46 tests: Remove 'tests/run.py'
This is no longer necessary. One test needs to be modified to deal with
how 'python -m pytest' modifies the PATH.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-12-29 13:02:31 +00:00
Takeshi KOMIYA
90acaa82f6 Diet tests on appveyor 2017-12-27 15:04:30 +09:00
Stephen Finucane
eb8efce7d8 requirements: Reduce duplication
Simply installing packages will ensure that most of the dependencies in
'setup.py' are installed, meaning 'test-reqs.txt' need only contain
those necessary for testing.

The only notable change is that the 'simplejson' module is dropped from
the requirements list. This included as a dependency for the PyPy
target, but it appears that this is not necessary today (though it may
have been when the target was added in 2011).

This retains 'setup.py test' which, as noted in the tox docs [1], is
sometimes expected for downstream distribution testing. We may wish to
find a way to synchronize requirements between 'test-reqs.txt' and this
section in the future, but that's work for another day.

[1] https://tox.readthedocs.io/en/latest/example/basic.html#integration-with-setup-py-test-command

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-10-10 14:06:10 +01:00
Takuya Noguchi
3e94878871 Add support for docutils 0.14 2017-09-10 09:23:09 +09:00
Andy Neebel
37df83607e Various improvements to appveyor file 2017-06-14 16:01:43 -05:00
Andy Neebel
46af99235d Upload the junit results to be tracked in appveyor 2017-06-14 14:06:05 -05:00
Andy Neebel
062c36aaf1 Only ignore py35 when not running on 3.5 or higher 2017-06-14 13:27:29 -05:00
Andy Neebel
767736521c Add appveyor file to run tests on windows 2017-06-14 13:27:28 -05:00