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 8e86250 commit 98867dfCopy full SHA for 98867df
README.md
@@ -476,4 +476,3 @@ db = XRayFlaskSqlAlchemy(app)
476
## License
477
478
The AWS X-Ray SDK for Python is licensed under the Apache 2.0 License. See LICENSE and NOTICE.txt for more information.
479
-
tox.ini
@@ -18,7 +18,7 @@ python =
18
skip_missing_interpreters = True
19
20
[testenv]
21
-passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_* GITHUB_*
+passenv = TOXENV CI CODECOV_* GITHUB_*
22
deps =
23
pytest > 3.0.0
24
coverage==4.5.4
0 commit comments