8000 refactor: Python version reverted by ozayr-zaviar · Pull Request #338 · optimizely/agent · GitHub
[go: up one dir, main page]

Skip to content

refactor: Python version reverted #338

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

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
ozayr-zaviar committed Apr 1, 2022
commit 49e9e79c87dd147be00f9df555b495611e8aa2bb
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
language: python
python: "3.7"
install:
- pip install -r tests/acceptance/requirements.txt --use-deprecated=backtrack-on-build-failures
- python3.7 -m pip install pip==21.3.1
- python3.7 -m pip install -r tests/acceptance/requirements.txt
script:
- MYHOST="http://localhost:8080" make test-acceptance

Expand Down
0