Skip to content

Commit d5bb015

Browse files
fix : requirements.txt moved to root
1 parent d827efe commit d5bb015

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ matrix:
1010
- os: linux
1111
python: 3.5
1212
install:
13-
- pip install -r Notebooks/requirements.txt
13+
- pip install -r requirements.txt
1414
script:
1515
- python Notebooks/test.py

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ init:
2626
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
2727

2828
install:
29-
- "%PYTHON%/Scripts/pip.exe install -r Notebooks/requirements.txt"
29+
- "%PYTHON%/Scripts/pip.exe install -r requirements.txt"
3030

3131
test_script:
3232
- "%PYTHON%/python.exe Notebooks/test.py"

0 commit comments

Comments
 (0)