Add .pytest_cache to Travis cache

This commit is contained in:
2019-04-03 08:16:55 +02:00
parent 846a5b3149
commit 4381b02242

View File

@@ -3,6 +3,7 @@ language: python
cache: cache:
directories: directories:
- .tox - .tox
- .pytest_cache
- tests/testdata - tests/testdata
python: python:
- "2.7" - "2.7"