Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Jan 24, 2025
1 parent d4cf900 commit d6cc158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/pythonlib/basic/1-simple/build.mill
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package build
import mill._, pythonlib._

object foo extends PythonModule with CoverageModule {
object foo extends PythonModule {

def mainScript = Task.Source { millSourcePath / "src" / "foo.py" }

def pythonDeps = Seq("Jinja2==3.1.4")

object test extends PythonTests with TestModule.Unittest with CoverageTests
object test extends PythonTests with TestModule.Unittest

}

Expand Down

0 comments on commit d6cc158

Please sign in to comment.