Skip to content

Commit

Permalink
Fix travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Mar 21, 2017
1 parent 24ec05e commit a3146be
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 @@ -13,7 +13,7 @@ before_script:
- export LOBSTER_SKIP_HADOOP=1
- export LOBSTER_SKIP_SRM=1
env:
- TESTCOMMAND="flake8 --exclude=.git,cctools-ndcms_mid2016_scale_run,docs ."
- TESTCOMMAND="flake8 --exclude=.git,cctools-*,docs ."
- TESTCOMMAND=nosetests
script:
- $TESTCOMMAND
Expand Down

0 comments on commit a3146be

Please sign in to comment.