Skip to content
Snippets Groups Projects
  1. Sep 09, 2019
  2. May 27, 2019
  3. May 23, 2019
  4. May 06, 2019
  5. May 03, 2019
  6. Feb 08, 2019
  7. Feb 06, 2019
  8. Feb 04, 2019
  9. Dec 31, 2018
  10. Dec 06, 2018
  11. Oct 09, 2018
    • Joseph Weston's avatar
      CI: build against different dependencies · f04429f9
      Joseph Weston authored
      Currently we test against 5 environments: Ubuntu LTS, Debian stable,
      minimum required dependency versions from conda forge, minimum
      required dependencies without extras (sympy and matplotlib), and latest
      dependency versions from conda forge.
      f04429f9
  12. Aug 22, 2018
  13. Aug 14, 2018
  14. Aug 08, 2018
  15. Aug 03, 2018
  16. Jul 05, 2018
  17. Mar 12, 2018
  18. Feb 26, 2018
  19. Jan 11, 2018
  20. Dec 08, 2017
  21. Sep 12, 2017
  22. Jun 23, 2017
  23. Jun 19, 2017
  24. Apr 18, 2017
  25. Mar 28, 2017
  26. Mar 24, 2017
    • Joseph Weston's avatar
      CI: remove host key checking when uploading documentation · 836179ed
      Joseph Weston authored
      Previously we used 'ssh-keyscan' on every upload, so derived
      no security from host key checking. 'ssh-keyscan' caused the CI
      server's IP to be blacklisted, so now we just ignore the host key
      entirely. We never send private information, so this is fine.
      836179ed
  27. Mar 23, 2017
    • Joseph Weston's avatar
      CI: separate conda packaging into separate jobs · 33d6364f
      Joseph Weston authored
      We previously restricted conda package uploading to master branch on the
      main Kwant repository, as otherwise this step would fail for forked
      repositories without a valid anaconda key. Now we build the conda
      packages and upload to anaconda in two separate jobs, and the upload job
      is only run on the main Kwant repository.
      33d6364f
Loading