Skip to content

Cleaned setup.py and cfg

Duncan Macleod requested to merge github/fork/duncanmmacleod/clean-setup into master

This PR cleans the setup.py script and its .cfg file a bit. The main change is the pytest-runner configuration as described here so that one can run

$ python setup.py test

to run the test suite.

Merge request reports