mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
fix(cython)[1]
ha, i'm good at this.
This commit is contained in:
parent
3b200c7ff4
commit
c553f88277
|
@ -26,5 +26,5 @@ test:
|
||||||
CC: clang
|
CC: clang
|
||||||
AS: llvm-as
|
AS: llvm-as
|
||||||
script:
|
script:
|
||||||
- python setup.py build_ext --inplace
|
- python setup.py build_ext --inplace
|
||||||
- test "$(python -c 'import package_manager')" = "You are using pkgx"
|
- test "$(python -c 'import package_manager')" = "You are using pkgx"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
print 'You are using tea'
|
print 'You are using pkgx'
|
||||||
|
|
Loading…
Reference in a new issue