Skip to content

Commit

Permalink
Run tests on pypy and use pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasLM committed Jan 8, 2018
1 parent 2786a8c commit d204513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: python
python:
- "3.5"
- "3.6"
- "pypy3"

cache: pip

install:
- pip install -e .[tests,datetime]
Expand Down

0 comments on commit d204513

Please sign in to comment.