Skip to content

Commit

Permalink
Add before_script back.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jan 23, 2016
1 parent f802428 commit fb510c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ addons:
matrix:
fast_finish: true
include:
- env: ENV=lint TOX_ENV=lint
- env: ENV=lint
python: 2.7
- env: ENV=docs TOX_ENV=docs-travis
before_script: TOX_ENV=lint
- env: ENV=docs
python: 2.7
before_script: TOX_ENV=docs-travis
# Note: graphviz is needed for grapgs embedded in the docs
addons:
apt:
Expand Down

0 comments on commit fb510c4

Please sign in to comment.