Commit graph

9 commits

Author SHA1 Message Date
Nikita Karamov
24c297cfe7
Remove six dependency 2023-01-23 07:26:43 +01:00
Patrick Storz
92e64f0d7f CI: test with Python 3.9-dev and 3.10-dev 2020-09-02 19:43:58 +02:00
Niels Thykier
a15acb3e4e
Rename testX.py to test_X.py to make py.test work out of the box (#181)
This rename makes py.test/py.test-3 find the test suite out of the
box.  Example command lines:

       # Running the test suite (optionally include "-v")
       $ py.test-3
       # Running the test suite with coverage enabled (and branch
       # coverage).
       $ py.test-3 --cov=scour --cov-report=html --cov-branch

Signed-off-by: Niels Thykier <niels@thykier.net>
2020-05-17 19:55:24 +02:00
Patrick Storz
695676e3a5 Run tests with Python 3.7 / 3.8 2020-05-17 16:03:06 +02:00
Eduard Braun
3c64623a12 Discontinue official support for Python 3.3
(testing failed due to wheel now requiring Python >= 3.4)

Also run flake8 in latest Python 3.6
(3.7 is not supported on Travis yet)
2018-06-29 19:29:09 +02:00
Eduard Braun
3b41d3a547 Add Python 3.6 to tests and simplify .travis.yml by using 'tox-travis' 2017-02-19 18:04:36 +01:00
Eduard Braun
42dc70874c Automate coverage via Travis and Codecov 2016-09-17 02:25:32 +02:00
Eduard Braun
79390dc0e4 Add flake8 to automated tests 2016-09-16 02:03:03 +02:00
Eduard Braun
6bb2b35ba2 Continuous integration with Travis and tox 2016-04-02 19:30:30 +02:00