Simon King
unread,Sep 19, 2019, 7:27:30 AM9/19/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
Hi!
During recent the Sage workshop in Bonn, I started using travis-ci for
my optional Sage package on group cohomology. I am now basically done to
make the package work both in py2 and py3 --- on my laptop at least.
What is needed to do to let both language levels be considered in
travis-ci?
Currently, my .travis.yml starts with
services:
- docker
before_install:
- docker pull sagemath/sagemath-dev:develop
What is the name of the corresponding docker image for the Sage py3
development version, and how must I modify the .travis.yml to let BOTH
versions be tested?
Best regards,
Simon