Skip to content

Commit 98867df

Browse files
committed
Removing travis from tox
1 parent 8e86250 commit 98867df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,3 @@ db = XRayFlaskSqlAlchemy(app)
476476
## License
477477

478478
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python =
1818
skip_missing_interpreters = True
1919

2020
[testenv]
21-
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_* GITHUB_*
21+
passenv = TOXENV CI CODECOV_* GITHUB_*
2222
deps =
2323
pytest > 3.0.0
2424
coverage==4.5.4

0 commit comments

Comments
 (0)