Commit 245da80a authored by jay's avatar jay
Browse files

Testing using py.test for better coverage reporting

parent 4739b95d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -39,7 +39,10 @@ install:
  - pip install coveralls

script:
  - nosetests --with-coverage --cover-package=autocnet
  - py.test

after_success:
  - coveralls

notifications:
    email:
@@ -50,6 +53,3 @@ notifications:
            - jwbacker@usgs.gov
        on_success: always
        on_failure: always
 No newline at end of file

after_success:
  - coveralls