Skip to content

Commit aca147b

Browse files
committed
Travis fix: pip install --upgrade to avoid six ImportError: cannot import name raise_from
1 parent c1729fa commit aca147b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
language: java
2-
jdk:
3-
- oraclejdk8
4-
install:
5-
- pip install --user .
6-
- pip install --user -r dev-requirements.txt
7-
script:
8-
- pre-commit install
9-
- pre-commit run --all-files
2+
jdk: oraclejdk8
3+
install: pip install --upgrade -r dev-requirements.txt
4+
script: pre-commit run --all-files

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-e .
12
pre-commit
23
pytest
34
pytest-cov

0 commit comments

Comments
 (0)