Using pytest from now on
This commit is contained in:
+2
-3
@@ -6,9 +6,8 @@ local Pipeline(py_version) = {
|
||||
name: "test",
|
||||
image: "python:" + py_version,
|
||||
commands: [
|
||||
"pip install .",
|
||||
"pip install -r requirements-dev.txt",
|
||||
"nosetests"
|
||||
"pip install .[tests]",
|
||||
"pytest"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user