Skip to content
Snippets Groups Projects
tox.ini 211 B
Newer Older
  • Learn to ignore specific revisions
  • ulif's avatar
    ulif committed
    [tox]
    
    ulif's avatar
    ulif committed
    envlist = flake8, pypy, py26, py27, py32, py33, py34
    
    ulif's avatar
    ulif committed
    
    [testenv]
    deps=pytest
    commands=python setup.py dev
             python setup.py test
    
    ulif's avatar
    ulif committed
    
    [testenv:flake8]
    deps=flake8
    
    commands=flake8 diceware tests setup.py