Skip to content

Commit

Permalink
Don't run make requirements for tox tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jan 8, 2018
1 parent d9d08a9 commit e981e3b
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 @@ -49,7 +49,7 @@ cache:
- virtualenv/

install:
- make requirements
- if [ ${TASK} != 'ci-py3-tests' ]; then make requirements; fi
- if [ ${TASK} = 'ci-unit' ] || [ ${TASK} = 'ci-integration' ]; then pip install codecov; sudo .circle/add-itest-user.sh; fi

script:
Expand Down

0 comments on commit e981e3b

Please sign in to comment.