We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447f693 commit f42e713Copy full SHA for f42e713
1 file changed
.travis.yml
@@ -53,6 +53,6 @@ install:
53
- conda info -a && conda list
54
script:
55
- pwd
56
-- pytest
+- travis_wait 30 pytest # the cellular atomata test takes over 10 minutes, so we'll give it 30 min
57
virtualenv:
58
system_site_packages: false
0 commit comments