Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

setup.py: use setuptools to implement "test" command #4

Merged
merged 1 commit into from
Nov 24, 2015

Conversation

rjw57
Copy link
Contributor

@rjw57 rjw57 commented Jul 1, 2015

Switch from distutils to setuptools to take advantage of:

$ python setup.py test

which will run the test-suite automatically. This is mostly a cosmetic change
but it is the idiomatic way to run the test-suite.

Switch from distutils to setuptools to take advantage of:

```console
$ python setup.py test
```

which will run the test-suite automatically. This is mostly a cosmetic change
but it is the idiomatic way to run the test-suite.
dashawn888 added a commit that referenced this pull request Nov 24, 2015
setup.py: use setuptools to implement "test" command
@dashawn888 dashawn888 merged commit 3d36079 into palantir:master Nov 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants