Use tox to support a build matrix. (Add Jython support later)
This commit is contained in:
+8
-5
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user