File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dist: bionic
22language : python
33python :
44 - 3.8
5- - pypy3.6-7.3.1
5+ # - pypy3.6-7.3.1
66matrix :
77 fast_finish : true
88 include :
@@ -14,18 +14,16 @@ services:
1414 - xvfb
1515before_install :
1616 - sudo apt-get update -qq && sudo apt-get install -qq liblapack-dev llvm-10 llvm-10-dev
17- - sudo apt-get install -qq gfortran
18- - sudo apt-get install -qq texlive-font-utils latexmk texlive-xetex lmodern inkscape
19- - sudo apt-get install -qq texlive-latex-extra texlive-fonts-recommended asymptote
17+ - sudo apt-get install -qq gfortran texlive-font-utils latexmk texlive-xetex lmodern inkscape texlive-latex-extra texlive-fonts-recommended asymptote
2018 - LLVM_CONFIG=/usr/bin/llvm-config-10 CXXFLAGS=-fPIC python -m pip install llvmlite
21- - pip install ipywidgets ipykernel requests IPython==5.0.0 langid pycountry pyenchant lxml matplotlib
19+ - pip install ipywidgets ipykernel requests IPython==5.0.0 langid pycountry pyenchant lxml matplotlib unittest2 pexpect
2220 - python travis.py
23- - pip install cython unittest2 pexpect
21+ - pip install cython
2422install :
2523 - sed -i "s/'sympy==[0-9]\.[0-9]\.[0-9]', //" setup.py
2624 - make develop
2725script :
28- - make doc
26+ - make -j3 doc
2927notifications :
3028 email : false
3129 slack : mathics:VIjdkcZPlA79sOtVOtyjdOcT
You can’t perform that action at this time.
0 commit comments