Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test docx #17

Merged
merged 4 commits into from
Apr 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc musl-dev libxml2-dev libxslt-dev python-dev
if: runner.os == 'Linux'
- name: Install pipenv
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
- name: Install python packages
run: |
pipenv install --dev
pipenv install --dev --skip-lock
- name: Run tests
run: |
pipenv run tests
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@ dmypy.json
# Editor config
.idea
.vscode

# Docx lock file
*.~lock*
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ atomicwrites = "*"

[packages]
lxml = "==3.7.3"
olefile = "==0.44"
python-docx = "==0.8.6"
Pillow = "==6.2.0"
pyyaml = "*"

[requires]
Expand Down
224 changes: 93 additions & 131 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added tests/fixtures/example_feedback.docx
Binary file not shown.
Loading