Skip to content

Commit 74f0a37

Browse files
committed
travis file edit
1 parent 58ae94b commit 74f0a37

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Dockerfile

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM gapsystem/gap-docker
2+
3+
COPY --chown=1000:1000 . $HOME/agt
4+
5+
RUN sudo pip3 install ipywidgets RISE
6+
7+
RUN jupyter-nbextension install rise --user --py
8+
9+
RUN jupyter-nbextension enable rise --user --py
10+
11+
USER gap
12+
13+
WORKDIR $HOME/agt

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Build Status](https://https://travis-ci.org/rhysje00/agt.svg?branch=master)](https://https://travis-ci.org/rhysje00/agt)
2+
[![Code Coverage](https://codecov.io/github/https://codecov.io/gh/rhysje00/agt.svg?branch=master&token=)](https://https://codecov.io/gh/rhysje00/agt)
3+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/rhysje00/agt/master)
4+
5+
6+
17
# The GAP package agt
28

39
The agt package provides a library of strongly regular graphs on

0 commit comments

Comments
 (0)