Commit b9a1c33f authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

+= pip3 list format

parent 9871f450
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ build:prrt:
    - which cmake
    - which gcc
    - which g++
    - pip3 list | grep Cython
    - pip3 list | grep numpy
    - pip3 list --format=legacy | grep Cython
    - pip3 list --format=legacy | grep numpy
    - CC=gcc-5 CXX=g++-5 cmake . -DPRRT_TESTS=1
    - make