Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
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
edx
lettuce
Commits
480e91c8
Commit
480e91c8
authored
Jun 13, 2012
by
Marc Abramowitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tox.ini for tox (
http://tox.testrun.org/
)
parent
9ac86369
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
.gitignore
+1
-0
tox.ini
+12
-0
No files found.
.gitignore
View file @
480e91c8
...
...
@@ -9,3 +9,4 @@ dist/
.DS_Store
*.swp
tests/integration/django/grocery/grocery-db.sqlite
.tox
tox.ini
0 → 100644
View file @
480e91c8
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist
=
py26, py27
[testenv]
commands
=
pip
install
--use-mirrors
-q
-r
requirements.txt
make
unit
functional
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