Skip to content

Commit b4c0c1c

Browse files
authored
Merge pull request #658 from Axelrod-Python/595
Caching the hypothesis db.
2 parents 36c6463 + be35363 commit b4c0c1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ python:
44
- 2.7
55
- 3.4
66
- 3.5
7+
8+
cache:
9+
directories:
10+
- $TRAVIS_BUILD_DIR/.hypothesis
11+
712
before_install:
813
- export DISPLAY=:99.0
914
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)