Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
be14aef5
Commit
be14aef5
authored
Sep 12, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tox.ini to enable tox testing.
parent
4de2ad4c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
.gitignore
+1
-0
tox.ini
+22
-0
No files found.
.gitignore
View file @
be14aef5
...
...
@@ -81,6 +81,7 @@ test_root/export_course_repos/
test_root/paver_logs/
test_root/uploads/
django-pyfs
.tox/
### Installation artifacts
*.egg-info
...
...
tox.ini
0 → 100644
View file @
be14aef5
[tox]
envlist
=
py27-django{18,111}
[testenv]
setenv
=
PYTHONHASHSEED
=
0
passenv
=
EDX_PLATFORM_SETTINGS
EDXAPP_TEST_MONGO_HOST
deps
=
django18:
Django>=1.8,<1.9
django111:
Django>=1.11,<2
-rrequirements/edx/pre.txt
-rrequirements/edx/github.txt
-rrequirements/edx/local.txt
-rrequirements/edx/base.txt
-rrequirements/edx/development.txt
-rrequirements/edx/testing.txt
-rrequirements/edx/post.txt
commands
=
pytest
{posargs}
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