mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 07:58:12 +01:00
docs: update
This commit is contained in:
parent
7770882263
commit
3b4cf07aa4
14
.travis.yml
14
.travis.yml
@ -1,13 +1,15 @@
|
|||||||
language: python
|
language: python
|
||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- python: 3.5
|
||||||
python: 3.5
|
- python: 3.6
|
||||||
- os: linux
|
- python: 3.7
|
||||||
python: 3.6
|
dist: xenial
|
||||||
- os: linux
|
sudo: true
|
||||||
python: 3.7-dev
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user