Bump version (incompatilibity: dropping old Pythons).
[texml.git] / tox.ini
1 [tox]
2 envlist =
3     py{26,27,34,35,36,37},
4
5 [testenv]
6 changedir = tests
7 commands = 
8         make clean
9         make
10 whitelist_externals=make