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 5c8bb19 commit 3f04402Copy full SHA for 3f04402
.travis.yml
@@ -9,18 +9,17 @@ matrix:
9
python: 3.7
10
name: 'lint'
11
script:
12
- - pip install -r requirements.txt
+ - pip install .
13
- pip install pylint
14
- pylint -rn --errors-only ./Hologram
15
16
- stage: test
17
18
- name: 'test python 3'
+ name: 'test'
19
20
- pip install .
21
- pip install coveralls
22
- - rm -r tests/radius
23
- - coverage run --source Hologram -m py.test
+ - coverage run --source Hologram -m pytest
24
- coveralls
25
26
notifications:
0 commit comments