Ben Kurtovic
dcf7ba4e79
Version bump
3年前
Ben Kurtovic
439e4c6d50
release/0.6.2
3年前
Ben Kurtovic
95209b9c21
Fix release error
3年前
Ben Kurtovic
5166515fa1
release/0.6.1
3年前
Ben Kurtovic
cccbd3ef11
Version bump
3年前
Ben Kurtovic
0f05dfa546
release/0.6
3年前
Ben Kurtovic
2721de2447
Drop Python 3.5 Windows wheels
It's EOL and AppVeyor builds are broken under it if we want to support Python 3.9.
Not fully deprecating 3.5 for now because it's still used on Toolforge.
3年前
Ben Kurtovic
895730681a
Update changelog and update AppVeyor config
3年前
Ben Kurtovic
b7b3b2e33e
Update changelog; minor tweak to file headers
3年前
Ben Kurtovic
d650f827b3
Drop EOL Python 3.4 support
4年前
Kunal Mehta
03181bcd8b
Port tests to use pytest
pytest is the preferred way to write and run unit tests these days and
it has a cleaner interface - so lets switch to it. The tokenizer tests
especially are much easier to read/understand.
This was mostly done with find/replace regexes and then cleaned up
manually.
4年前
Kunal Mehta
7e5297fbe6
Drop Python 2 support
Fixes #221 .
4年前
Ben Kurtovic
1d5db41751
Add Python 3.8 to CI
4年前
Ben Kurtovic
b09b619709
Switch to 'unittest discover' over 'setup.py test'
4年前
Ben Kurtovic
9965709934
Version bump; update release script; update Travis
5年前
Ben Kurtovic
18646f712f
release/0.5.4
5年前
Ben Kurtovic
98dc30902d
Version bump
5年前
Ben Kurtovic
3d116713b2
release/0.5.3
5年前
Ben Kurtovic
2c0b9e5795
Version bump, fix release script again [ci skip]
6年前
Ben Kurtovic
8a88198aae
release/0.5.2
6年前
Ben Kurtovic
92237003d9
Try to fix appveyor issues.
6年前
Ben Kurtovic
b354c56755
Version bump; cleanup [ci skip]
6年前
Ben Kurtovic
cb96b4378a
release/0.5.1
6年前
Ben Kurtovic
cdc97f6f29
Version bump for 0.6 [ci skip]
7年前
Ben Kurtovic
3ffc13bfd4
release/0.5
7年前
Ben Kurtovic
dc0b3ae446
Enable Windows builds on Python 3.6; try to fix again.
7年前
Ben Kurtovic
08e5f7e1a5
Forgot version bump, sigh.
7年前
Ben Kurtovic
12d7d1d161
release/0.4.4
7年前
Ben Kurtovic
2ec35e209e
Fix appveyor release bug ( #126 )
9年前
Ben Kurtovic
a4c7fce95c
Version bump for 0.5 [ci skip]
9年前
Ben Kurtovic
eb89f386d7
release/0.4.3
9年前
Ben Kurtovic
3c12e72ce7
appveyor: fix for shadowing pip upgrade ( #126 )
9年前
Ben Kurtovic
0f33da4a1b
Possible fix for Python 3.5 x64 builds ( #126 )
See https://github.com/ogrisel/python-appveyor-demo/commit/09a1c8672e
9年前
Ben Kurtovic
651b63b7f6
Windows fix ( #126 )
9年前
Ben Kurtovic
2df3cfd710
appveyor: build on master+develop, release on master only ( #126 )
9年前
Ben Kurtovic
21fa211bc7
Add Python 3.5 to Appveyor.
9年前
Ben Kurtovic
720516a7e1
release/0.4.2
9年前
Ben Kurtovic
e6ffda6171
Fix some issues during 0.4.1 release.
9年前
Ben Kurtovic
e949dd8ddd
release/0.4.1
9年前
Ben Kurtovic
8ae14ab3ad
Finalize Windows build/release code ( closes #95 )
9年前
Ben Kurtovic
3aa6bb891c
Point releases are unnecessary in appyveyor.yml.
9年前
Ben Kurtovic
c7497ddf63
Updates to installation/release code.
* Remove unnecessary win_install.ps1.
* Add appveyor version update to release script.
* Make setup.py's pure Python fallback code less intrusive.
9年前
Ben Kurtovic
74ab399ed0
Try out appveyor config ( #95 )
9年前