We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a2848 + ae926e2 commit 8d96334Copy full SHA for 8d96334
1 file changed
lib/coursemology/polyglot/language/python.rb
@@ -1,9 +1,9 @@
1
class Coursemology::Polyglot::Language::Python < Coursemology::Polyglot::Language
2
class Python2Point7 < Coursemology::Polyglot::Language::Python
3
- concrete_language 'Python 2.7'
+ concrete_language 'Python 2.7', docker_image: 'python:2.7'
4
end
5
6
class Python3Point4 < Coursemology::Polyglot::Language::Python
7
- concrete_language 'Python 3.4'
+ concrete_language 'Python 3.4', docker_image: 'python:3.4'
8
9
0 commit comments