Skip to content

Commit 69056ba

Browse files
committed
Remove slow flag in Travis configuration file
1 parent b104c99 commit 69056ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131
- python setup.py install
3232
script:
3333
# Your test script goes here
34-
- nosetests -a '!slow' --with-coverage --cover-package=commpy --logging-level=INFO
34+
- nosetests --with-coverage --cover-package=commpy --logging-level=INFO
3535
# Calculate coverage
3636
after_success:
3737
- coveralls

0 commit comments

Comments
 (0)