Skip to content

Commit 31153af

Browse files
committed
Add stress tests to Makefile and Travis config file
1 parent 4faef5d commit 31153af

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ install:
1010
- make install-deps
1111
script:
1212
- make
13+
- make stress-test

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ cover:
2525

2626
tests: clean lint test cover
2727

28+
stress-test:
29+
python stress_test.py
30+
2831
package:
2932
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)