Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Jan 4, 2020
1 parent c19e68f commit 9c2eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
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-coveralls
tox -e py37-doctest
tox -e py37 --run-command "{envpython} -m doctest {toxinidir}/README.rst"
- run:
name: Build API documentation
Expand Down

0 comments on commit 9c2eb5d

Please sign in to comment.