diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2018-01-17 12:53:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-17 12:53:11 +0100 |
| commit | 9cf45ebf8c9d59442e4739befeac968002510699 (patch) | |
| tree | 018de5027b67489f657c8b2deb673bdb22f75940 | |
| parent | a54d0c9cbbbbac08ca024e513d337873da393785 (diff) | |
| parent | 04a3b58aded8f415d4e1d6b83230f1d6bde75153 (diff) | |
| download | sqlparse-9cf45ebf8c9d59442e4739befeac968002510699.tar.gz | |
Merge pull request #379 from jdufresne/cache
Enable pip cache in Travis CI
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dcb1273..c7802dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +cache: pip python: 3.5 env: |
