Skip to content

Commit

Permalink
Install deps through make
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Aug 26, 2018
1 parent da7bf27 commit e330d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,6 @@ matrix:
sudo: true

install:
- pip install -r requirements.txt
- make deps

script:
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -20,6 +20,7 @@ ifeq ($(PY36), 1)
endif

deps:
pip install -r requirements.txt
ifeq ($(PY36), 1)
pip -q install black==18.6b4
pip install black==18.6b4
endif

0 comments on commit e330d02

Please sign in to comment.