YouCompleteMe/python/test_requirements.txt
Ben Jackson 0639200153 Run tests on OS X
We import the scripts from ycmd with a couple of modifications:
 - don't set YCM_CORES=1 as we didn't before, and this makes the build a lot faster
 - don't install gcc-4.8 as we didn't before
 - install argparse as it is not available in python2.6
2015-11-08 22:07:45 +00:00

6 lines
70 B
Plaintext

flake8>=2.0
mock>=1.0.1
nose>=1.3.0
PyHamcrest>=1.8.0
argparse>=1.4.0