diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-24 10:07:33 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-24 10:07:33 -0400 |
commit | 200e6a525161b355d37862c9aee22c84e1413af4 (patch) | |
tree | b41ee33b035967190adcfdba245a1786c600f6ad /.travis.yml | |
parent | 95fd34c61f8d9df2e9c559b3978c85e7d03cd8d8 (diff) | |
download | pytest-runner-200e6a525161b355d37862c9aee22c84e1413af4.tar.gz |
Bump to setuptools_scm 1.15.0.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index cad38c8..0c33b1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,6 @@ script: branches: except: - skeleton -before_deploy: -- pip install https://dl.dropboxusercontent.com/u/54081/cheeseshop/setuptools_scm-1.15.0rc1.tar.gz deploy: provider: pypi server: https://upload.pypi.org/legacy/ |