Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pyfs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pyfs
Commits
1dff2240
Commit
1dff2240
authored
Jun 06, 2011
by
gcode@loowis.durge.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tox.ini settings - dependencies for py25 were incorrect, which meant
it was using the *system* nosetests command!
parent
6eb56b03
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
tox.ini
+9
-12
No files found.
tox.ini
View file @
1dff2240
[tox]
[tox]
envlist
=
py25,py26,py27
envlist
=
py25,py26,py27
[testenv]
[testenv]
deps
=
dexml
deps
=
dexml
paramiko
paramiko
boto
boto
nose
nose
mako
mako
pyftpdlib
pyftpdlib
[testenv:py25]
deps
=
simplejson
commands
=
nosetests -v
\
[]
[testenv:py26]
commands
=
nosetests -v
\
[]
[testenv:py27]
commands
=
nosetests -v
\
commands
=
nosetests -v
\
[]
[]
[testenv:py25]
deps
=
dexml
paramiko
boto
nose
mako
pyftpdlib
simplejson
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment