Skip to content

Commit 4333ff3

Browse files
committed
add flatiron pass
1 parent 93b50f4 commit 4333ff3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.flake8

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ exclude =
55
.git,
66
__pycache__,
77
__init__.py,
8-
data_expoloration_gui/
8+
data_exploration_gui/
99
dlc/
1010
launch_phy/
1111
histology/
1212

13-
tutorial_script.py,
14-
venv,
15-
test_imports.py,
16-
build,
17-
dist
18-
brainbox/

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ install:
1111
# command to run tests
1212
before_script:
1313
- echo "exec('from oneibl.one import ONE; ONE(silent=True)')" | python
14+
- sed -i 's|null|"'$IBLFLATIRONPASS'"|g' /home/travis/.one_params
1415
# command to run tests
1516

1617
script:

0 commit comments

Comments
 (0)