Skip to content

Commit 02949b1

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/replace_tracer_jaeger
2 parents 9aa3eb6 + 85940b7 commit 02949b1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ install:
66
- pip install -U tox coveralls
77

88
script:
9+
- pipenv install --dev
10+
- pipenv run pip freeze > requirements-tests.txt
911
- coverage erase
1012
- tox
1113
after_success:

tox.ini

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ whitelist_externals = /bin/bash
1616

1717
[testenv:py36]
1818
basepython = python3.6
19-
setenv=
20-
LC_ALL=en_GB.UTF-8
21-
LANG=en_GB.UTF-8
19+
deps = -rrequirements-tests.txt
20+
[testenv:py35]
21+
basepython = python3.5
22+
deps = -rrequirements-tests.txt
23+
[testenv:py27]
24+
basepython = python2.7
25+
deps = -rrequirements-tests.txt

0 commit comments

Comments
 (0)