We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bf5019 + 1139628 commit 9b0816dCopy full SHA for 9b0816d
.travis.yml
@@ -1,8 +1,12 @@
1
language: python
2
python:
3
- "3.6"
4
+env:
5
+ global:
6
+ - PIPENV_VENV_IN_PROJECT=1
7
+ - PIPENV_IGNORE_VIRTUALENVS=1
8
before_install:
9
- pip install pipenv
10
install:
- - pipenv install --system
-script: pytest
11
+ - pipenv install
12
+script: pipenv run pytest
Dockerfile
@@ -32,7 +32,8 @@ RUN apt-get -y install \
32
33
# pyenv extra requirements
34
RUN apt-get install -y \
35
- make libssl-dev wget llvm libncurses5-dev libncursesw5-dev xz-utils
+ make libssl-dev wget llvm libncurses5-dev libncursesw5-dev xz-utils \
36
+ tk-dev
37
38
# LaTeX -- split to reduce image layer size
39
RUN apt-get -y install texlive-fonts-extra
0 commit comments