aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-07-06 08:30:18 +1000
committerDylan Araps <[email protected]>2018-07-06 08:30:18 +1000
commit77708822632ab94d15c5ab01ca12320f32d8627a (patch)
tree25d7fd79f04c5654f0e7afca53e96b8f54c609cb
parentMerge branch 'master' of github.com:dylanaraps/pywal (diff)
downloadpywal-77708822632ab94d15c5ab01ca12320f32d8627a.tar.xz
pywal-77708822632ab94d15c5ab01ca12320f32d8627a.zip
docs: update
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1db0dbb..9058ddb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ matrix:
- os: linux
python: 3.6
- os: linux
- python: 3.7
+ python: 3.7-dev
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi