Skip to content

Commit

Permalink
Upgrade Travis to Ubuntu trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Jul 14, 2017
1 parent 17665c8 commit b17ace0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: python
dist: trusty
sudo: false

python:
- "3.5"
Expand Down
4 changes: 0 additions & 4 deletions tools/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ docutils
wheel
twine

# https://github.com/travis-ci/travis-ci/issues/7028
# (remove after upgrading to Travis trusty images)
docutils < 0.13.1

# Pin down the versions of Sphinx and Alabaster as used on Read the Docs
# (you can see them in the generated page footers).
# This will have to be checked and synchronized from time to time.
Expand Down
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chardet==3.0.4 # via requests
check-manifest==0.35
click==6.7 # via pip-tools
coverage==4.4.1 # via pytest-cov
docutils==0.12
docutils==0.13.1
first==2.0.1 # via pip-tools
h2==2.6.2 # via hyper
hpack==3.0.0 # via h2
Expand Down

0 comments on commit b17ace0

Please sign in to comment.