fix build bc freebsd annoying

This commit is contained in:
Marks Polakovs 2020-04-07 12:29:12 +02:00
parent 57f522a1b7
commit fb31848a4c
2 changed files with 6 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
stage('Python') {
steps {
sh '/usr/local/bin/python3.7 -m venv env'
sh 'env/bin/pip install -r requirements.txt'
sh 'env/bin/pip install -r requirements.ci.txt'
}
}
}

5
requirements.ci.txt Normal file
View file

@ -0,0 +1,5 @@
mypy==0.770
mypy-extensions==0.4.3
typed-ast==1.4.1
typing-extensions==3.7.4.2
websockets==8.1