Skip to content

Commit fde86e8

Browse files
committed
add requirements.txt to manifest
1 parent f426f65 commit fde86e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_test:
1818
test_script:
1919
- ps: |
2020
# e2e tests require `gl` binary
21-
&$env:PYTHON -m pip install .
21+
&$env:PYTHON -m pip install . -r requirements.txt
2222
# 'gl' is installed in Python Scripts directory
2323
$env:PATH += ";$(Split-Path $env:PYTHON)\Scripts"
2424
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.md LICENSE.md
1+
include README.md LICENSE.md requirements.txt

0 commit comments

Comments
 (0)