Skip to content

Commit 70e8c67

Browse files
committed
Fixed install / script.
1 parent 3f6ffb1 commit 70e8c67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ sudo: false
1212
install:
1313
- pip install -U pip
1414
- pip install -U pytest
15-
script:
15+
- pip install -U twine
1616
- python ./setup.py develop
17-
- pytest tests/*
17+
script:
18+
- pytest ./tests/
1819
deploy:
1920
provider: pypi
2021
user: davidlday

0 commit comments

Comments
 (0)