Browse Source

install pycparser with pip3

tags/v0.0.1
Thom Wiggers 5 years ago
parent
commit
8067df4aa9
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .circleci/config.yml

+ 1
- 0
.circleci/config.yml View File

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






Loading…
Cancel
Save