Build Docker Containers for Linux Wheels (#6233)

This commit is contained in:
Simon Mo
2019-11-27 17:05:36 -08:00
committed by GitHub
parent 2797c11b69
commit 22b305223a
5 changed files with 89 additions and 2 deletions
+3
View File
@@ -3,6 +3,7 @@ from __future__ import division
from __future__ import print_function
import glob
from itertools import chain
import os
import re
import shutil
@@ -82,6 +83,8 @@ extras = {
"tune": ["tabulate"],
}
extras["all"] = list(set(chain.from_iterable(extras.values())))
class build_ext(_build_ext.build_ext):
def run(self):