Skip to content

Commit c2250ab

Browse files
committed
Fix egenix install
1 parent a66a18e commit c2250ab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- redis-server
1111
install:
1212
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
13+
- if [[ $ERP == 5 ]]; then easy_install egenix-mx-base; fi
1314
- pip install -q -r tests/tests_${ERP}_requirements.txt
1415
- pip install -q -r requirements.txt
1516
- mkdir -p ${HOME}/src

tests/tests_5_requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Python-Chart
2-
egenix-mx-base
32
lxml
43
psycopg2<2.8
54
pydot

0 commit comments

Comments
 (0)