We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a394c commit 0c33b61Copy full SHA for 0c33b61
1 file changed
.travis.yml
@@ -7,6 +7,8 @@ python:
7
- '3.6'
8
install:
9
- pip3 install -r requirements.txt
10
+ - pip3 show attrs
11
+ - pip3 show pytest
12
- pip3 install -U setuptools
13
- python3 setup.py install
14
- pip3 install coveralls
0 commit comments