travis caching
Browse files- .travis.yml +3 -0
.travis.yml
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
language: python
|
|
|
|
|
|
|
2 |
python:
|
3 |
- "2.7"
|
4 |
- "3.3"
|
|
|
1 |
language: python
|
2 |
+
cache:
|
3 |
+
- apt
|
4 |
+
- pip
|
5 |
python:
|
6 |
- "2.7"
|
7 |
- "3.3"
|