##// END OF EJS Templates
Use pip instead of easy_install...
Jonathan Frederic -
Show More
@@ -7,11 +7,11 b' python:'
7 - 3.3
7 - 3.3
8 before_install:
8 before_install:
9 - easy_install -q pyzmq
9 - easy_install -q pyzmq
10 - easy_install pygments
11 - easy_install jinja2
12 - easy_install markdown
13 - easy_install sphinx
14 - sudo apt-get install pandoc
10 - sudo apt-get install pandoc
11 - pip jinja2
12 - pip markdown
13 - pip pygments
14 - pip sphinx
15 install:
15 install:
16 - python setup.py install -q
16 - python setup.py install -q
17 script:
17 script:
General Comments 0
You need to be logged in to leave comments. Login now