diff options
author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-09-17 20:29:48 +0200 |
---|---|---|
committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-09-17 20:29:48 +0200 |
commit | 765fdfdc20cba0420eee682d82fc6105bd0b9e8f (patch) | |
tree | ca232a9f3e7c9bab3fc66298477910c505ce2b26 /.travis.yml | |
parent | 2b955c3ccfdece46a2a18822cfa1362fa8e56d5c (diff) | |
download | setuptools-scm-765fdfdc20cba0420eee682d82fc6105bd0b9e8f.tar.gz |
typo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 556d487..66206af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - '3.3' - '3.4' - '3.5' -cache +cache: files: - $HOME/.pip/cache - $Home/.cache/pip |