Skip to content

Commit

Permalink
install dev requirements into travis venv for pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Apr 22, 2020
1 parent 0166efa commit 7910fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,7 @@ install:
- nvm install $TRAVIS_NODE_VERSION
- pip install -U pip setuptools wheel
- pip install -r requirements/main.txt -r requirements/deploy.txt -r requirements/docs.txt -r requirements/lint.txt -r requirements/tests.txt
- pip install -r requirements/dev.txt
- npm i -g npm
- npm install -g gulp-cli
- npm ci
Expand Down

0 comments on commit 7910fce

Please sign in to comment.