Skip to content
Snippets Groups Projects
Commit 71907447 authored by Pierre Augier's avatar Pierre Augier
Browse files

Try travis without pipenv

parent 7b6b677f
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,6 @@
# - $TRAVIS_BUILD_DIR/.tox
install:
- pip install -U pip==18.0 setuptools wheel six colorlog
- pip install -U tox-pipenv coverage fluiddevops
- pip install -U pip setuptools wheel six colorlog
- pip install -U coverage fluiddevops
- pip install -U numpy cython mako mpi4py fluidpythran # To be removed when pip==10 is out and this step can be bootstrapped
......@@ -49,5 +49,4 @@
- pip install -U numpy cython mako mpi4py fluidpythran # To be removed when pip==10 is out and this step can be bootstrapped
- pipenv install pip==18.0 # tmp: https://github.com/pypa/pipenv/issues/2924
before_script:
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment