Skip to content
Snippets Groups Projects

Use egg in pip url

Merged Isuru Fernando requested to merge isuruf/sumpy:bench1 into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -68,13 +68,13 @@
@@ -68,13 +68,13 @@
// },
// },
"matrix": {
"matrix": {
"numpy" : [""],
"numpy" : [""],
"sympy" : ["1.0"],
"sympy" : ["1.1.1"],
"pyopencl" : [""],
"islpy" : [""],
"pocl" : [""],
"pip+git+https://github.com/inducer/pymbolic#egg=pymbolic": [""],
"pip+git+https://github.com/inducer/pymbolic#egg=pymbolic": [""],
 
"pip+git+https://github.com/inducer/islpy#egg=islpy": [""],
 
"pip+git+https://github.com/inducer/pyopencl#egg=pyopencl": [""],
"pip+git+https://gitlab.tiker.net/inducer/boxtree#egg=boxtree": [""],
"pip+git+https://gitlab.tiker.net/inducer/boxtree#egg=boxtree": [""],
"pip+git+https://github.com/inducer/loopy#egg=loopy": [""],
"pip+git+https://github.com/inducer/loopy#egg=loopy": [""],
 
"pip+git+https://github.com/inducer/pyfmmlib#egg=pyfmmlib": [""],
},
},
// Combinations of libraries/python versions can be excluded/included
// Combinations of libraries/python versions can be excluded/included
Loading