Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
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
django-pipeline
Commits
9a3a9090
Commit
9a3a9090
authored
Jan 02, 2016
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix python 3.5 env and tests
parent
0a7c9ea6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
.travis.yml
+3
-0
tox.ini
+1
-1
No files found.
.travis.yml
View file @
9a3a9090
language
:
python
python
:
-
3.5
sudo
:
false
env
:
-
TOXENV=py27-django18
...
...
@@ -7,6 +9,7 @@ env:
-
TOXENV=py27-django19
-
TOXENV=pypy-django19
-
TOXENV=py34-django19
-
TOXENV=py35-django19
docsinstall
:
pip install -q tox
script
:
tox
deploy
:
...
...
tox.ini
View file @
9a3a9090
[tox]
envlist
=
{py27,pypy,py34}-django{18,19}
py35-
1.
9
py35-
django1
9
docs
[testenv]
...
...
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