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
|
export PATH=$PWD/firefox:$PATH
|
||||||
pytest test -v -k chrome
|
pytest test -v -k chrome
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: /home/circleci/repo/build/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
machine:
|
machine:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import time
|
|
||||||
|
|
||||||
from http.server import HTTPServer, SimpleHTTPRequestHandler
|
from http.server import HTTPServer, SimpleHTTPRequestHandler
|
||||||
import threading
|
import threading
|
||||||
|
|
Loading…
Reference in New Issue