Skip to content

Commit

Permalink
test: add the files from analyses/
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Mar 11, 2016
1 parent 0a94a20 commit b1abf13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import itertools

md_files = filter(lambda s: s.endswith('.md'), os.listdir('.'))
md_files += filter(lambda s: s.endswith('.md'), [ os.path.join('analyses', t) for t in os.listdir('analyses')])
example_dirs = filter(lambda s: '.' not in s, os.listdir('examples'))

sys.path.append('.')
Expand Down

0 comments on commit b1abf13

Please sign in to comment.