Skip to content

Commit

Permalink
Use bionic (py36) on Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Mar 9, 2019
1 parent f03c2d4 commit f7315ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -6,6 +6,6 @@ jobs:
working_directory: /sphinx
steps:
- checkout
- run: /python3.5/bin/pip install -U pip setuptools
- run: /python3.5/bin/pip install -U .[test,websupport]
- run: make test PYTHON=/python3.5/bin/python
- run: /python3.6/bin/pip install -U pip setuptools
- run: /python3.6/bin/pip install -U .[test,websupport]
- run: make test PYTHON=/python3.6/bin/python

0 comments on commit f7315ed

Please sign in to comment.