Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
change pip install setuptools line
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Jan 25, 2017
1 parent b7e1efb commit 27e96cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
before_script:
- pip install --upgrade pip Cython setuptools
- pip install -U setuptools
- pip install Cython
- pip install --upgrade -e .[test]

.before_script_alpine: &before_alpine
before_script:
- apk add --no-cache openssl gcc musl-dev
- pip install --upgrade pip Cython setuptools
- pip install Cython setuptools
- pip install --upgrade -e .[test]

.test_template: &test
Expand Down

0 comments on commit 27e96cf

Please sign in to comment.