Skip to content

Commit 3e217fe

Browse files
committed
Python versions
1 parent 9526e7f commit 3e217fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ addons:
2323
- cmake
2424
- gfortran
2525
- libboost-math-dev
26-
- python3
27-
- python3-pip
2826

2927
jobs:
3028
include:
@@ -79,8 +77,8 @@ before_install:
7977
- test -n $FC && unset FC
8078

8179
install:
82-
- pip3 install --user pipenv --upgrade
83-
- pipenv --python $(type -P python3) install --dev
80+
- pip install --user pipenv --upgrade
81+
- pipenv install --three
8482

8583
before_script:
8684
- ./.ci/report_versions.sh

0 commit comments

Comments
 (0)