summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_system_info.py
Commit message (Expand)AuthorAgeFilesLines
* TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
* TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
* TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
* STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-251-14/+16
* BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-261-7/+7
* ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-261-1/+5
* BUG: Python3 fixNick Papior Andersen2015-02-251-4/+5
* BUG: PEP correctionsNick Papior Andersen2015-02-251-71/+79
* BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-251-41/+23
* BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-5/+4
* BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-30/+36
* ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+203