We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66a18e commit c2250abCopy full SHA for c2250ab
.travis.yml
@@ -10,6 +10,7 @@ services:
10
- redis-server
11
install:
12
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
13
+ - if [[ $ERP == 5 ]]; then easy_install egenix-mx-base; fi
14
- pip install -q -r tests/tests_${ERP}_requirements.txt
15
- pip install -q -r requirements.txt
16
- mkdir -p ${HOME}/src
tests/tests_5_requirements.txt
@@ -1,5 +1,4 @@
1
Python-Chart
2
-egenix-mx-base
3
lxml
4
psycopg2<2.8
5
pydot
0 commit comments