We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b50f4 commit 4333ff3Copy full SHA for 4333ff3
.flake8
@@ -5,14 +5,8 @@ exclude =
5
.git,
6
__pycache__,
7
__init__.py,
8
- data_expoloration_gui/
+ data_exploration_gui/
9
dlc/
10
launch_phy/
11
histology/
12
13
- tutorial_script.py,
14
- venv,
15
- test_imports.py,
16
- build,
17
- dist
18
- brainbox/
.travis.yml
@@ -11,6 +11,7 @@ install:
# command to run tests
before_script:
- echo "exec('from oneibl.one import ONE; ONE(silent=True)')" | python
+ - sed -i 's|null|"'$IBLFLATIRONPASS'"|g' /home/travis/.one_params
script:
0 commit comments