From aa0843930d15345982aab209bed72b9fa4bd64f4 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Thu, 7 Sep 2017 10:19:28 -0500 Subject: Switch to modern 'coverage' environment and run doctests on all versions Based on #29. Drop Python 3.3. Enable coveralls on Travis CI, and also fix using interpreters that aren't there in the new default 'trusty' image. Coverage is not at 100% and in fact appears to have dropped (I show 92% in one run, vs the previous reported 97%), but that's because `coverage` and coveralls report files that aren't even imported (we have a lot of those in the 'tests' package)...nosetests didn't. --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 567e1a5..bfa97eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,8 +3,6 @@ environment: matrix: - python : 27 - python : 27-x64 - - python : 33 - - python : 33-x64 - python : 34 - python : 34-x64 - python : 35 -- cgit v1.2.1