diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 67613a84..7a156b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ python: - '3.6' install: - - 'pip install pipenv' - - 'pipenv update --dev' + - 'pip install -r requirements.txt' script: - - 'pipenv run make test' + - 'make test' |