Ben Kurtovic
d650f827b3
Drop EOL Python 3.4 support
4 years ago
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 years ago
Kunal Mehta
7e5297fbe6
Drop Python 2 support
Fixes #221 .
4 years ago
Ben Kurtovic
1d5db41751
Add Python 3.8 to CI
5 years ago
Ben Kurtovic
b09b619709
Switch to 'unittest discover' over 'setup.py test'
5 years ago
Ben Kurtovic
9965709934
Version bump; update release script; update Travis
5 years ago
Ben Kurtovic
18646f712f
release/0.5.4
5 years ago
Ben Kurtovic
98dc30902d
Version bump
5 years ago
Ben Kurtovic
3d116713b2
release/0.5.3
5 years ago
Ben Kurtovic
2c0b9e5795
Version bump, fix release script again [ci skip]
6 years ago
Ben Kurtovic
8a88198aae
release/0.5.2
6 years ago
Ben Kurtovic
92237003d9
Try to fix appveyor issues.
6 years ago
Ben Kurtovic
b354c56755
Version bump; cleanup [ci skip]
6 years ago
Ben Kurtovic
cb96b4378a
release/0.5.1
6 years ago
Ben Kurtovic
cdc97f6f29
Version bump for 0.6 [ci skip]
7 years ago
Ben Kurtovic
3ffc13bfd4
release/0.5
7 years ago
Ben Kurtovic
dc0b3ae446
Enable Windows builds on Python 3.6; try to fix again.
7 years ago
Ben Kurtovic
08e5f7e1a5
Forgot version bump, sigh.
7 years ago
Ben Kurtovic
12d7d1d161
release/0.4.4
7 years ago
Ben Kurtovic
2ec35e209e
Fix appveyor release bug ( #126 )
9 years ago
Ben Kurtovic
a4c7fce95c
Version bump for 0.5 [ci skip]
9 years ago
Ben Kurtovic
eb89f386d7
release/0.4.3
9 years ago
Ben Kurtovic
3c12e72ce7
appveyor: fix for shadowing pip upgrade ( #126 )
9 years ago
Ben Kurtovic
0f33da4a1b
Possible fix for Python 3.5 x64 builds ( #126 )
See https://github.com/ogrisel/python-appveyor-demo/commit/09a1c8672e
9 years ago
Ben Kurtovic
651b63b7f6
Windows fix ( #126 )
9 years ago
Ben Kurtovic
2df3cfd710
appveyor: build on master+develop, release on master only ( #126 )
9 years ago
Ben Kurtovic
21fa211bc7
Add Python 3.5 to Appveyor.
9 years ago
Ben Kurtovic
720516a7e1
release/0.4.2
9 years ago
Ben Kurtovic
e6ffda6171
Fix some issues during 0.4.1 release.
9 years ago
Ben Kurtovic
e949dd8ddd
release/0.4.1
9 years ago
Ben Kurtovic
8ae14ab3ad
Finalize Windows build/release code ( closes #95 )
9 years ago
Ben Kurtovic
3aa6bb891c
Point releases are unnecessary in appyveyor.yml.
9 years ago
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 years ago
Ben Kurtovic
74ab399ed0
Try out appveyor config ( #95 )
9 years ago