Changeset 26:14c16e5cbe03 in pyenvjasmine for setup.py


Ignore:
Timestamp:
Jan 18, 2018, 12:22:26 PM (6 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Replaced nose with py.test and adapted all existing tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r24 r26  
    55
    66requires = [
    7     'nose',
    8     'coverage'
     7    'coverage',
     8    'pytest',
     9    'pytest-cov'
    910]
    1011
Note: See TracChangeset for help on using the changeset viewer.