Skip to content

Commit

Permalink
Fix macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 2, 2018
1 parent 728db60 commit c96133d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ before_install:
# Dependencies are downloaded in $HOME/Downloads and installed in $HOME/Deps
- mkdir -p $HOME/Downloads $HOME/Deps
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export PYTHON3="$(type -P python3.5)";
export PYTHON3="/usr/bin/python3.5";
else
export PYTHON3="$(type -P python3)";
export PYTHON3="/usr/local/bin/python3";
fi

install:
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ colorama = "*"
cython = "*"
docopt = "*"
numpy = "*"
pathlib = "*"
pyyaml = "*"
sphinx = "*"

Expand Down
8 changes: 1 addition & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ in
gdb
gfortran
graphviz
lcov
libuuid
ninja-kitware
openblas
Expand All @@ -41,7 +40,6 @@ in
python3Packages.cython
python3Packages.docopt
python3Packages.numpy
python3Packages.pycodestyle
python3Packages.pyyaml
python3Packages.sphinx
rpm
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ colorama
cython
docopt
numpy
pathlib
pyyaml
sphinx

0 comments on commit c96133d

Please sign in to comment.