Commit graph

13 commits

Author SHA1 Message Date
Dima Gerasimov
64a4782f0e core/ci: fix windows-specific issues
- use portable separators
- paths should be prepended with r' (so backwards slash isn't treated as escaping)
- sqlite connections should be closed (otherwise windows fails to remove the underlying db file)
- workaround for emojis via PYTHONUTF8=1 test for now
- make ZipPath portable
- properly use tox python environment everywhere

  this was causing issues on Windows
  e.g.
      WARNING: test command found but not installed in testenv
        cmd: C:\hostedtoolcache\windows\Python\3.9.12\x64\python3.EXE
2022-05-03 10:16:01 +01:00
Dima Gerasimov
f40b804833 update setup documentation 2020-11-01 02:02:43 +01:00
Dima Gerasimov
deefa9fbbc Use hypexport package in demo.py, clean up tox 2020-09-29 19:44:45 +02:00
Dima Gerasimov
8d998146e2 remove garbage org files, move example config down the hierarchy 2020-05-14 23:01:50 +01:00
Dima Gerasimov
2bcde388d7 adjust demo.py and the config template to use my.config 2020-04-11 22:25:54 +01:00
Dima Gerasimov
6787c9c0d6 various CI updates 2020-01-24 10:43:46 +00:00
Dima Gerasimov
8e50fad929 fix hypothesis demo 2019-12-21 23:41:37 +00:00
Dima Gerasimov
066641a4ce Rename my_configuration to mycfg for brevity 2019-12-19 20:14:26 +00:00
Dima Gerasimov
d0b787c4c2 Fix demo, update readme 2019-11-15 08:17:44 +00:00
Dima Gerasimov
1dda564a9e saner with_my script + more examples in readme 2019-10-12 01:22:14 +01:00
Dima Gerasimov
2752bd6fd1 add proper my_configuration demo and use it in readme 2019-10-12 00:38:47 +01:00
Dima Gerasimov
0f72233f61 Add demo on CI 2019-10-11 21:47:22 +01:00
Dima Gerasimov
e5b90407dc add demo; proper readme; remove kython dependencies 2019-09-27 08:26:44 +01:00