mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove check for Python 2.7 in travis-install
This commit is contained in:
parent
d3d6dc87dc
commit
19ddb532bc
1 changed files with 0 additions and 5 deletions
|
|
@ -10,11 +10,6 @@ pip install numpy cython
|
|||
# pytest installed by default -- make sure we get latest
|
||||
pip install --upgrade pytest
|
||||
|
||||
# IPython stopped supporting Python 2.7 with version 6
|
||||
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
|
||||
pip install "ipython<6"
|
||||
fi
|
||||
|
||||
# Pandas stopped supporting Python 3.4 with version 0.21
|
||||
if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
|
||||
pip install pandas==0.20.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue