mirror of https://github.com/pyodide/pyodide.git
Flake8 and store artefacts in CircleCI
This commit is contained in:
parent
99772a9ac8
commit
ff45a550a6
|
@ -111,6 +111,9 @@ jobs:
|
|||
export PATH=$PWD/firefox:$PATH
|
||||
pytest test -v -k chrome
|
||||
|
||||
- store_artifacts:
|
||||
path: /home/circleci/repo/build/
|
||||
|
||||
deploy:
|
||||
machine:
|
||||
enabled: true
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import os
|
||||
from pathlib import Path
|
||||
import time
|
||||
|
||||
from http.server import HTTPServer, SimpleHTTPRequestHandler
|
||||
import threading
|
||||
|
|
Loading…
Reference in New Issue