diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-20 16:28:51 -0500 |
|---|---|---|
| committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-20 16:28:51 -0500 |
| commit | 7d02b608de839cb57e2071e9d55052957c13aae3 (patch) | |
| tree | 4e6ff6855c6e5343e97d0864f47cb2088fe364f9 | |
| parent | 4cdc771f8e04f88ac47dd194da03dadfa2fdba2d (diff) | |
enable pip cache for travis
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9443b6550..0e3a75df7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ --- sudo: false +cache: + - pip + language: python python: - "2.7" |
