evildmp / Arkestra

Arkestra extends Django CMS to provide an intelligent semantic web publishing system for organisations and institutions.
http://arkestra-project.org
BSD 2-Clause "Simplified" License
139 stars 27 forks source link

Correct default language for tests #132

Closed bubenkoff closed 9 years ago

bubenkoff commented 9 years ago

follow up for #131

bubenkoff commented 9 years ago

@evildmp can you please check that flaky test on the last build? not sure why it happens

evildmp commented 9 years ago

@bubenkoff I still get that:

ERROR:   py26: could not install deps [-r/Users/divio/testarkestra/Arkestra/REQUIREMENTS.txt, 
-e.[test]]; v = InvocationError('/Users/divio/testarkestra/Arkestra/.tox/py26/bin/pip 
install -r/Users/divio/testarkestra/Arkestra/REQUIREMENTS.txt -e.[test] (see 
/Users/divio/testarkestra/Arkestra/.tox/py26/log/py26-1.log)', 1)

running locally. And on Travis: https://travis-ci.org/evildmp/Arkestra/jobs/71213956

bubenkoff commented 9 years ago

try upgrading tox?

bubenkoff commented 9 years ago

or use:

make develop
.env/bin/tox
evildmp commented 9 years ago

Same result. But it must be something specific to 2.6 my machine.