new runtimes and travis test updates

This commit is contained in:
Casey Faist
2018-12-12 17:29:31 -05:00
parent d7351513c7
commit 797652a75d
9 changed files with 77 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ describe "Python!!!!!!!!!!!" do
it "🐍" do
Hatchet::Runner.new('python-getting-started', stack: DEFAULT_STACK).deploy do |app|
expect(app.output).to match(/Installing pip/)
expect(app.run('python -V')).to match(/3.6.7/)
expect(app.run('python -V')).to match(/3.6.8/)
end
end
end