We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a474fc2 commit aa2477cCopy full SHA for aa2477c
.travis.yml
@@ -23,11 +23,11 @@ matrix:
23
- python: 3.10
24
25
before_install:
26
+- curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
27
- sudo apt-get update
28
- sudo apt-get install pandoc
29
- pip install pypandoc
30
- echo -e "machine github.ibm.com\n login $GH_TOKEN" > ~/.netrc
-- curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
31
32
install:
33
- pip install tox-travis
0 commit comments