mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #3380 from tk0miya/use_trusty_for_testing
Use Ubuntu/trusty for testing
This commit is contained in:
commit
19830dccad
@ -1,10 +1,11 @@
|
||||
language: python
|
||||
sudo: false
|
||||
dist: trusty
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
python:
|
||||
- "pypy"
|
||||
- "pypy-5.4.1"
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
@ -26,7 +27,7 @@ matrix:
|
||||
env: DOCUTILS=0.12
|
||||
- python: nightly
|
||||
env: DOCUTILS=0.12
|
||||
- python: pypy
|
||||
- python: "pypy-5.4.1"
|
||||
env: DOCUTILS=0.12
|
||||
addons:
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user