Skip to content
Snippets Groups Projects

tox: add a basic tox.ini config file

1 unresolved thread

Migrated from D473 (view on Phabricator)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
tox.ini 0 → 100644
1 [tox]
2 envlist=check-manifest,flake8,py3
3
4 [testenv:py3]
5 deps =
6 pifpaf
7 nose
8 commands =
9 pifpaf run postgresql -- nosetests
  • Sounds good.

    Shall we start adding this to existing repositories?

  • Merge request was accepted

  • Antoine R. Dumont approved this merge request

    approved this merge request

  • Author Maintainer

    Merge request was merged

  • closed

  • Please register or sign in to reply
    Loading