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 8b2b12b commit c31c841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ 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 -e py37-coveralls
tox -q --parallel auto -e py27,py34,py35,py36,py37-coveralls
tox -e py37-doctest
- run:
name: Build API documentation
Expand Down

0 comments on commit c31c841

Please sign in to comment.