Merge pull request #6153 from tk0miya/use_bionic_on_circleci
Use bionic (py36) on Circle CI
@ -6,6 +6,6 @@ jobs:
|
|||||||
working_directory: /sphinx
|
working_directory: /sphinx
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: /python3.5/bin/pip install -U pip setuptools
|
- run: /python3.6/bin/pip install -U pip setuptools
|
||||||
- run: /python3.5/bin/pip install -U .[test,websupport]
|
- run: /python3.6/bin/pip install -U .[test,websupport]
|
||||||
- run: make test PYTHON=/python3.5/bin/python
|
- run: make test PYTHON=/python3.6/bin/python
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60">
|
||||||
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 243 B |
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60">
|
||||||
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 243 B |
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60">
|
||||||
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 243 B |
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60">
|
||||||
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 243 B |
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="60" width="60">
|
||||||
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
<circle cx="40" cy="40" r="24" style="stroke:#000000; fill:#ffffff"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 243 B |