diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2020-01-13 14:18:40 +0200 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2020-01-13 14:18:40 +0200 |
| commit | 6a20b8bdd59200bd9a6a8508fe0c5d4765bd8c99 (patch) | |
| tree | 87bc3be7d1de8821fd652e0bd5911e9b72dd880a | |
| parent | ccbad3f0c35160b08583397bceda86b798e82310 (diff) | |
| download | python-magic-6a20b8bdd59200bd9a6a8508fe0c5d4765bd8c99.tar.gz | |
'pip install .' is preferred over 'python setup.py install'
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6194d3b..4416453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ python: install: - pip install coverage - - python setup.py install + - pip install . script: - coverage run setup.py test |
