Skip to content

Commit cf5b07c

Browse files
author
Sylvain MARIE
committed
Another attemps to make python 2 build work
1 parent 9261fd3 commit cf5b07c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ env:
1818

1919
before_install:
2020
# (a) linux dependencies
21-
- sudo apt-get install pandoc # only for python 2 build see below
2221
- sudo apt-get install ant
2322
- sudo apt-get install ant-optional # for junitreports
2423

2524
install:
2625
- pip list
27-
- pip install setuptools_scm # apparently python 2 does not support that it is installed simultaneously with pytest-cases
28-
- pip install six pypandoc # again just for python 2 build because it uses an old pytest-cases that needs it
26+
- pip install setuptools_scm # the old pytest-cases and makefun that we use are not universal wheels, this is required by their setup.py
2927
- pip install pytest_cases==1.10.1 # again just for python 2 !
3028
- python ci_tools/py_install.py pip ci_tools/requirements-pip.txt
3129
# this does not work anymore on python 2 so lets only do it when needed

0 commit comments

Comments
 (0)