Skip to content

Commit

Permalink
add tests support for python 3.5.x (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Barra committed Jul 19, 2017
1 parent 833dc90 commit efe04db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
aiodocker:
image: python:3.6.1-alpine
image: python:${TRAVIS_PYTHON_VERSION}-alpine
depends_on:
- docker
- registry
Expand Down
1 change: 1 addition & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools==36.2.0
aiohttp==2.2.3
yarl>=0.10

0 comments on commit efe04db

Please sign in to comment.