Skip to content

Commit 85d9864

Browse files
committed
Try speeding up travis. Remove pypy testing
1 parent 3acadd3 commit 85d9864

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: bionic
22
language: python
33
python:
44
- 3.8
5-
- pypy3.6-7.3.1
5+
# - pypy3.6-7.3.1
66
matrix:
77
fast_finish: true
88
include:
@@ -14,18 +14,16 @@ services:
1414
- xvfb
1515
before_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
2422
install:
2523
- sed -i "s/'sympy==[0-9]\.[0-9]\.[0-9]', //" setup.py
2624
- make develop
2725
script:
28-
- make doc
26+
- make -j3 doc
2927
notifications:
3028
email: false
3129
slack: mathics:VIjdkcZPlA79sOtVOtyjdOcT

0 commit comments

Comments
 (0)