summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-12 23:57:11 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2017-07-20 14:08:02 +0200
commitf15336be3bb91b619803bfbb58e7931997c46574 (patch)
tree9b11611cc066f4ff159afd53b8b272bd56c760fc /.travis.yml
parent95db977e8b931277af5dadbd79eccbd5fbb8bb62 (diff)
update travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8023ec5..050510b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,5 @@ install:
# command to run tests + check syntax style
script:
- python test/test_load_module.py -v
- - flake8 .
+ - flake8 examples/ ot/ test/
- py.test ot test