tox.ini: does not skip install with pylint

This commit is contained in:
Benjamin Dauvergne 2020-05-16 12:32:47 +02:00
parent 71ef9eaa7f
commit ad78ec407f
2 changed files with 5 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -2,6 +2,10 @@
pipeline {
agent any
options { disableConcurrentBuilds() }
environment {
TMPDIR = "/tmp/$BUILD_TAG"
}
stages {
stage('Unit Tests') {
steps {

View File

@ -50,7 +50,7 @@ commands =
py.test {env:COVERAGE:} {env:JUNIT:} {tty:--sw:} {posargs:tests/}
[testenv:pylint]
skip_install = True
usedevelop = true
deps =
http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
Django<2.3