Skip to content

Commit 3fc87fa

Browse files
committed
Infrastructure housekeeping
Signed-off-by: Chris Warrick <[email protected]>
1 parent 66c590e commit 3fc87fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ matrix:
2727
- python3 -m venv nikola-tests-venv
2828
- source nikola-tests-venv/bin/activate
2929
- pip install --upgrade-strategy eager -U pip wheel
30-
- python: '3.6'
30+
- python: '3.7'
3131
env: NMODE=flake8
32-
- python: '3.6'
32+
- python: '3.7'
3333
env: NMODE=basereq
3434
env:
3535
matrix:

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
graft bower_components
1+
graft npm_assets
22
graft docs
33
graft logo
44
graft nikola

0 commit comments

Comments
 (0)