Skip to content

Commit

Permalink
Optimize sqlite (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Oct 15, 2019
1 parent 5a5b658 commit 20dea03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN set -ex \
test_pprint \
test_re \
test_set \
test_sqlite \
test_statistics \
test_struct \
test_tabnanny \
Expand Down
1 change: 1 addition & 0 deletions python/3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN set -ex \
test_pprint \
test_re \
test_set \
test_sqlite \
test_statistics \
test_struct \
test_tabnanny \
Expand Down
1 change: 1 addition & 0 deletions python/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN set -ex \
test_pprint \
test_re \
test_set \
test_sqlite \
test_statistics \
test_struct \
test_tabnanny \
Expand Down

0 comments on commit 20dea03

Please sign in to comment.