Use tox to support a build matrix. (Add Jython support later)

This commit is contained in:
baztian
2017-03-05 22:38:28 +01:00
parent 14067d6315
commit 136057d356
2 changed files with 30 additions and 5 deletions
+8 -5
View File
@@ -1,8 +1,8 @@
*.pyc
/README*.html
*.class
/build
/dist
build/
dist/
.ropeproject/globalnames
.ropeproject/history
.ropeproject/objectdb
@@ -11,6 +11,9 @@
mem.*
*.log
JayDeBeApi.egg-info
/mockdriver/target
/mockdriver/.classpath
/mockdriver/.project
target/
.classpath
.project
.tox
*.iml
.idea/