Skip to content

Commit

Permalink
Fix Python wrapper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Feb 15, 2020
1 parent 4d7bd86 commit f8b3ccd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ matrix:
install:
[]
before_script:
- sudo apt update && sudo apt install python3 python3-pip python3-dev
- pip3 install virtualenv maturin
- python3 -m virtualenv venv
- sudo apt update && sudo apt install python3 python3-pip python3-dev python3-venv
- pip3 install --upgrade pip
- pip3 install maturin
- python3 -m venv venv
script:
- source venv/bin/activate && make -C python test

0 comments on commit f8b3ccd

Please sign in to comment.