We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd5a0a commit 472c1beCopy full SHA for 472c1be
.travis.yml
@@ -9,7 +9,7 @@ python:
9
install:
10
- pip install python-coveralls 'coverage<5'
11
- pip install -r requirements.txt
12
- - pip install -r requirements_diagrams.txtless
+ - pip install -r requirements_diagrams.txt
13
- pip install -r requirements_test.txt
14
script: pytest --doctest-modules --cov transitions/
15
after_success:
0 commit comments