Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Jan 3, 2020
1 parent f005075 commit fbcbea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
eval "$(pyenv init -)"
pyenv shell 2.7.16 3.4.10 3.5.7 3.6.9 3.7.4
. venv/bin/activate
# tox -q --parallel auto -e py27,py34,py35,py36,py37-doctest
tox -q --parallel auto -e py27,py34,py35,py36,py37-doctest
tox -e py37-coveralls
- run:
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ commands =

[testenv:py37-coveralls]
passenv =
LD_LIBRARY_PATH
DYLD_LIBRARY_PATH
C_INCLUDE_PATH
{[testenv]passenv}
CIRCLECI
CIRCLE_*
CI_PULL_REQUEST
Expand Down

0 comments on commit fbcbea4

Please sign in to comment.