Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
j2static
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
j2static
Commits
0d30d686
Commit
0d30d686
authored
Feb 20, 2018
by
Joseph Walton-Rivers
🖥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tox to project
parent
e4c096da
Pipeline
#1268
failed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
tox.ini
tox.ini
+34
-0
No files found.
tox.ini
0 → 100644
View file @
0d30d686
# this file is *not* meant to cover or endorse the use of tox or pytest or
# testing in general,
#
# It's meant to show the use of:
#
# - check-manifest
# confirm items checked into vcs are in your sdist
# - python setup.py check (using the readme_renderer extension)
# confirms your long_description will render correctly on pypi
#
# and also to help confirm pull requests to this project.
[tox]
envlist
=
py{27,34,35,36}
[testenv]
basepython
=
py27:
python2.7
py34:
python3.4
py35:
python3.5
py36:
python3.6
deps
=
check-manifest
readme_renderer
flake8
pytest
commands
=
check-manifest
--ignore
tox.ini,tests*
python
setup.py
check
-m
-r
-s
flake8
.
py.test
tests
[flake8]
exclude
=
.tox,*.egg,build,data
select
=
E,W,F
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