Skip to content

Commit

Permalink
Use rabbithole:0.2 image for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Collado committed Oct 12, 2017
1 parent bfbb764 commit 11d4a30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/rabbithole
docker:
- image: jcollado/python-ci:0.2
- image: jcollado/rabbithole-ci:0.2
parallelism: 4
steps:
- checkout
Expand All @@ -16,7 +16,7 @@ jobs:
tox -e py27
;;
1)
tox -e py35
tox -e py36
;;
2)
tox -e mypy2
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM jcollado/python-ci:0.2
RUN apk add --no-cache gcc libc-dev libffi-dev openssl-dev python2-dev python3-dev
CMD ["/bin/sh"]

0 comments on commit 11d4a30

Please sign in to comment.