Update conftest and readme
Compare changes
+ 4
− 4
@@ -22,7 +22,7 @@ tests-and-coverage:
@@ -22,7 +22,7 @@ tests-and-coverage:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --html test-report/index.html
@@ -44,7 +44,7 @@ test-longrun:
@@ -44,7 +44,7 @@ test-longrun:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. --html test-report/index.html
@@ -80,7 +80,7 @@ ubuntu:
@@ -80,7 +80,7 @@ ubuntu:
@@ -146,7 +146,7 @@ pycodegen-integration:
@@ -146,7 +146,7 @@ pycodegen-integration:
# -------------------- Linter & Documentation --------------------------------------------------------------------------