diff options
| author | Ronny Pfannschmidt <ronny.pfannschmidt@redhat.com> | 2020-05-17 09:07:32 +0200 |
|---|---|---|
| committer | Ronny Pfannschmidt <ronny.pfannschmidt@redhat.com> | 2020-05-20 22:26:45 +0200 |
| commit | e9a23bdd8b61e7da2d08bc0104cf3f84e5e746ac (patch) | |
| tree | 8cc38ee4e63cedac5ee8c95c960f7ca2c83166dc /testing/runtests_travis.py | |
| parent | 8e6aa2b5fd42cb257c86e6dbe720eaee6d1e2c9b (diff) | |
| download | setuptools-scm-drop-travis.tar.gz | |
drop travisdrop-travis
* port check-readme to twine check before dist upload
* port self install tests to github
* artifact downloads
Diffstat (limited to 'testing/runtests_travis.py')
| -rw-r--r-- | testing/runtests_travis.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/runtests_travis.py b/testing/runtests_travis.py deleted file mode 100644 index 752d660..0000000 --- a/testing/runtests_travis.py +++ /dev/null @@ -1,20 +0,0 @@ -from subprocess import call - -import os - -if os.environ.get("TOXENV"): - # normal tox run, lets jsut have tox do its job - import tox - - tox.cmdline() -elif os.environ.get("SELFINSTALL"): - # self install testing needs some clarity - # so its being executed without any other tools running - call("python setup.py sdist", shell=True) - call("easy_install dist/*", shell=True) - import pkg_resources - - dist = pkg_resources.get_distribution("setuptools_scm") - import setuptools_scm - - assert dist.version == setuptools_scm.get_version(), dist.version |
