Skip to content

Commit cdd1b99

Browse files
committed
debug
1 parent 15eebb5 commit cdd1b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ env:
1515
install:
1616
- pip install -r test_requirements.txt
1717

18+
script:
19+
- pytest
20+
1821
jobs:
1922
include:
20-
- stage: test
21-
- script: pytest
22-
- script: echo "testing complete"
2323
- stage: deploy
2424
script: echo "deploying"
2525

0 commit comments

Comments
 (0)