1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

install pycparser with pip3

This commit is contained in:
Thom Wiggers 2019-04-05 09:20:50 +02:00
parent 97e428a0b7
commit 8067df4aa9
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -24,6 +24,7 @@ version: 2
name: Run tests
command: |
export CC=${CC}
pip3 install -r requirements.txt
cd test && python3 -m nose --rednose --verbose