Skip to content

Commit

Permalink
TST: moved dependent installations
Browse files Browse the repository at this point in the history
Moved dependent installations in travis to pre-package installation.
  • Loading branch information
aburrell committed Feb 18, 2021
1 parent 6a0bec4 commit 4ccce51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ before_install:
- python --version
- uname -a
- lsb_release -a
- pip install numpy coveralls pytest-cov tox-travis sphinx_rtd_theme

install:
- pip install numpy coveralls pytest-cov tox-travis sphinx_rtd_theme
- python setup.py clean --all build_ext --force --inplace
- python setup.py install

Expand Down
2 changes: 1 addition & 1 deletion ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ before_install:
- python --version
- uname -a
- lsb_release -a
- pip install numpy coveralls pytest-cov tox-travis sphinx_rtd_theme

install:
- pip install numpy coveralls pytest-cov tox-travis sphinx_rtd_theme
- python setup.py clean --all build_ext --force --inplace
- python setup.py install

Expand Down

0 comments on commit 4ccce51

Please sign in to comment.