Enabled pypy and pytest session caching, updated README

This commit is contained in:
Mads Marquart
2018-06-19 13:49:10 +02:00
parent 6116bc9ca4
commit d640e7d2ea
2 changed files with 12 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
env:
global:
@@ -22,7 +23,10 @@ before_script:
script: python -m pytest || python -m pytest --lf; # Run failed tests twice
cache: pip
cache:
pip: true
directories:
- .pytest_cache
deploy:
provider: pypi