travis: cache npm packages as well as python ones

This commit is contained in:
codl 2019-05-02 01:44:28 +02:00
parent 8f3b9e9aa3
commit 733bb8751a
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 3 additions and 1 deletions

View File

@ -12,4 +12,6 @@ script:
- pytest --cov=.
after_success:
- codecov
cache: pip
cache:
- pip
- npm