Skip to content

Commit 352295c

Browse files
committed
Travis: fix install order
1 parent 9e41771 commit 352295c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ before_install:
3131
libopenmpi-dev openmpi-bin libblas-dev liblapack-dev gfortran triangle-bin \
3232
libvtk5-dev python-vtk libparmetis-dev python-vtk cython"
3333
- wget https://raw.github.com/OP2/PyOP2/master/requirements-minimal.txt
34-
- pip install psutil -r requirements-minimal.txt -r requirements.txt
34+
- pip install psutil -r requirements-minimal.txt
35+
- pip install -r requirements.txt
3536
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install argparse ordereddict; fi
3637
install:
3738
- make

0 commit comments

Comments
 (0)