diff options
| author | Dylan Araps <[email protected]> | 2018-07-06 08:30:18 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-07-06 08:30:18 +1000 |
| commit | 77708822632ab94d15c5ab01ca12320f32d8627a (patch) | |
| tree | 25d7fd79f04c5654f0e7afca53e96b8f54c609cb | |
| parent | Merge branch 'master' of github.com:dylanaraps/pywal (diff) | |
| download | pywal-77708822632ab94d15c5ab01ca12320f32d8627a.tar.xz pywal-77708822632ab94d15c5ab01ca12320f32d8627a.zip | |
docs: update
| -rw-r--r-- | .travis.yml | 2 |
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 |