about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-03 20:48:36 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-03 20:48:36 +0200
commit05e3e3a9c03d684e1df8da6b1568f044e198df9f (patch)
tree7b757fff6483bfe4a7586f71e16494bb56014699 /.travis.yml
parent036d2f312632b1a65876a7b56678a0828104b483 (diff)
downloadranger-05e3e3a9c03d684e1df8da6b1568f044e198df9f.tar.gz
Make sure Travis uses pipenv when testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0efd09fc..67873fc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,4 @@ install:
   - 'pipenv update --dev'
 
 script:
-  - 'make test'
+  - 'pipenv run make test'