Skip to content

Commit 2874128

Browse files
travis: setup.py install before pipenv
1 parent adf9d96 commit 2874128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ python:
1212
- 'nightly'
1313
install:
1414
- pip install pipenv
15+
- python3 setup.py install
1516
- pipenv install --dev --system
1617
before_script:
17-
- python3 setup.py install
1818
- python3 setup.py test
1919
- ./build-swig-wrapper.sh
2020
script:

0 commit comments

Comments
 (0)