複数バージョンのPythonでテストしてくれるtoxが便利すぎる
·2 分で読めます
tomahawk(http://readthedocs.org/docs/tomahawk/en/latest/)はPython 2.4/2.5/2.6/2.7 対応を謳っている。ただ、テストするたびに virtualenv で切り替え→テスト実行が非常に手間だった。そんなところにこのスライド(ht
tomahawk(http://readthedocs.org/docs/tomahawk/en/latest/)はPython 2.4/2.5/2.6/2.7 対応を謳っている。ただ、テストするたびに virtualenv で切り替え→テスト実行が非常に手間だった。そんなところにこのスライド(ht
下記のようにテスト結果をカラフリャにしてくれる。ただし0.2.4はテストに失敗すると"TypeError: enumerate() takes exactly 1 argument (2 given)"というエラーになるので、こんな感じで(https://github.com/oinume/redn