Skip to content

Commit 3f04402

Browse files
authored
Update .travis.yml
1 parent 5c8bb19 commit 3f04402

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@ matrix:
99
python: 3.7
1010
name: 'lint'
1111
script:
12-
- pip install -r requirements.txt
12+
- pip install .
1313
- pip install pylint
1414
- pylint -rn --errors-only ./Hologram
1515

1616
- stage: test
1717
python: 3.7
18-
name: 'test python 3'
18+
name: 'test'
1919
script:
2020
- pip install .
2121
- pip install coveralls
22-
- rm -r tests/radius
23-
- coverage run --source Hologram -m py.test
22+
- coverage run --source Hologram -m pytest
2423
- coveralls
2524

2625
notifications:

0 commit comments

Comments
 (0)