Skip to content

Commit 413586b

Browse files
committed
revert travis install fix
1 parent e557bd4 commit 413586b

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
@@ -9,6 +9,6 @@ python:
99
before_install:
1010
- bash ./test.sh
1111
install:
12-
- pip install -r requirements.txt
12+
- pip install -r requirements-all.txt
1313
script:
1414
- python -m pytest --cov=pysirix -v

0 commit comments

Comments
 (0)