Skip to content

Commit

Permalink
fix make target in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Oct 31, 2018
1 parent 4b953a7 commit 6b17fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python:

install:
- pip install pipenv
- make install_local
- make install-local

script:
- make test

0 comments on commit 6b17fee

Please sign in to comment.