Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of CI pipeline #2

Merged
merged 12 commits into from
Feb 16, 2020
Prev Previous commit
Next Next commit
added setuptools
  • Loading branch information
guillaume-be committed Feb 16, 2020
commit 23b17ed6e044823b375e7963e22763034fd0679a
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- script:
- cargo build --verbose
- before_script:
- sudo apt-get install python3-pip
- sudo apt-get install python3-pip python3-setuptools
- pip3 install --upgrade pip
- pip3 install -r requirements.txt --progress-bar off
- ls *.py|xargs -n 1 python3
Expand Down