Skip to content

Commit

Permalink
Added a PyYAML install in Makefile and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GarkGarcia authored and rocky committed Jan 23, 2021
1 parent 82240bf commit 0373ae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
- LLVM_CONFIG=/usr/bin/llvm-config-10 CXXFLAGS=-fPIC python -m pip install llvmlite
- pip install ipywidgets ipykernel requests IPython==5.0.0 langid pycountry pyenchant lxml matplotlib unittest2 pexpect
- python travis.py
- pip install cython
- pip install cython PyYAML
install:
- sed -i "s/'sympy==[0-9]\.[0-9]\.[0-9]', //" setup.py
- pip install -e git://github.com/Mathics3/mathics-scanner.git#egg=Mathics-Scanner
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ build:

#: Set up to run from the source tree
develop:
$(PIP) install PyYAML
$(PIP) install -e .

#: Install mathics
install:
$(PIP) install PyYAML
$(PYTHON) setup.py install

check: pytest gstest doctest
Expand Down

0 comments on commit 0373ae5

Please sign in to comment.