mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +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
|
||||
AS: llvm-as
|
||||
script:
|
||||
- python setup.py build_ext --inplace
|
||||
- test "$(python -c 'import package_manager')" = "You are using pkgx"
|
||||
- python setup.py build_ext --inplace
|
||||
- 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