Skip to content

Commit

Permalink
install cython first
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Jan 9, 2020
1 parent 4525651 commit a63da00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install cython
echo "tox" >> requirements.txt
pip install -r requirements.txt
pip install -r requirements-test.txt
Expand Down

0 comments on commit a63da00

Please sign in to comment.