Skip to content

Commit

Permalink
Travis: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Feb 9, 2016
1 parent 27ef347 commit 61d3954
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 @@ -4,7 +4,7 @@ python:
- "3.4"
install:
- pip install -U pip wheel
- pip install -q -r src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt
- pip install -q -U -r src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt
- npm install -g less@2.5.0
before_script:
- cd src
Expand Down

0 comments on commit 61d3954

Please sign in to comment.