Skip to content
Snippets Groups Projects
  1. Mar 03, 2021
  2. Feb 12, 2021
  3. Jul 15, 2020
  4. Feb 05, 2020
    • juga's avatar
      fix: CI: Test all supported python versions · 0939152c
      juga authored
      As in chutney and stem:
      - Test all supported python versions
      - Test all supported tor versions
      
      Differences between chutney, stem and sbws:
      - in sbws we run directly, not an script that calls tox
      - we're not using chutney for integration tests (yet) and therefore we're not testing it with different networks
      - we don't have shellcheck tests
      - we don't support osx nor windows
      
      Closes: #30067
      0939152c
  5. Mar 27, 2019
  6. Feb 27, 2019
    • juga's avatar
      cleanup: Use getpath to get configuration paths · 14b8ccf7
      juga authored
      We changed conf['paths']['X'] to use conf.getpath('paths', 'X'),
      so that paths with `~` get expanded, but cleanup was forgotten.
      Also remove extra path check in main.
      And run cleanup as part of the integration tests.
      
      Bugfix v0.7.0.
      14b8ccf7
  7. Feb 23, 2019
  8. Jan 23, 2019
  9. Jan 09, 2019
  10. Dec 13, 2018
    • juga's avatar
      CI: check broken links in the docs · c6a7a94a
      juga authored
      Add a tox environment to check the links and call it from travis.
      It's not run by tox in order to do not need Internet running tox.
      The environment clean is also call from travis, in order to have
      sphinx installed when checking the links.
      
      Closes #28670.
      c6a7a94a
  11. Nov 24, 2018
  12. Oct 08, 2018
  13. Sep 24, 2018
  14. Sep 14, 2018
  15. Aug 03, 2018
  16. Jun 20, 2018
  17. Jun 18, 2018
  18. Jun 11, 2018
  19. Jun 07, 2018
  20. Jun 02, 2018
  21. May 16, 2018
    • Matt Traudt's avatar
      (Seem to) properly configure setup.py to pull a dev version of stem · b67cd604
      Matt Traudt authored
      I don't really like this as-is because it pins a specific (dev!) version.
      In a super ideal world, our target platforms would distribute stem
      packages that have the Timeout exception added. But that won't happen
      for a while. In an ideal world, stem will have hit 1.7.0 with the Timeout
      exception and we could require at least that.
      
      Maybe this isn't so bad though? Anyway, I gotta get these Travis tests to
      pass!
      
      GH: ref #162
      b67cd604
  22. Apr 26, 2018
  23. Apr 25, 2018
    • Matt Traudt's avatar
      Oops ... the placement of -vv is important · 13be8a79
      Matt Traudt authored
      13be8a79
    • Matt Traudt's avatar
      Increase verbosity of test output · 5eb9baf0
      Matt Traudt authored
      There's a known-to-fail test in another branch right now. If I didn't
      know that and I was relying on Travis to catch the issue, I would not
      be happy with the default level of output. (Specifically, the amount
      of output in a list of file names is not enough IMHO. It it was a
      different type of list, it might be okay)
      5eb9baf0
  24. Apr 23, 2018
  25. Apr 17, 2018
  26. Apr 12, 2018
    • Matt Traudt's avatar
      Enable linting · e9d9deb2
      Matt Traudt authored
      - Remove default value for --max-line-length
      - Add pastlylogger.py as an excluded file. We won't use it soon, and it
      started out external to sbws anyway
      e9d9deb2
  27. Apr 10, 2018
Loading