Travis: Fix travis.

This commit is contained in:
Dylan Araps 2017-06-26 11:22:43 +10:00
parent 8ced011195
commit d17282cdc0
2 changed files with 6 additions and 1 deletions

View File

@ -34,6 +34,11 @@ git commit -m "export: Added export format for emacs. Closes #11"
```
### Comment Style
All comments must start with a capital letter and end with a full stop `.`.
### Running `pywal`
You can run `pywal` without properly installing it by using the following command:

View File

@ -11,7 +11,7 @@ DESC = (
DESC = "".join(DESC)
VERSION = pywal.__version__
VERSION = pywal.wal.__version__
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"