|
|
@@ -12,7 +12,8 @@ matrix: |
|
|
|
- git checkout $TRAVIS_BRANCH |
|
|
|
- git reset --hard $TRAVIS_COMMIT |
|
|
|
script: |
|
|
|
- "cd test && python3 -m nose --rednose --verbose" |
|
|
|
# Use travis-wait to allow slower tests to run |
|
|
|
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose" |
|
|
|
env: |
|
|
|
PQCLEAN_ONLY_DIFF: 1 |
|
|
|
addons: |
|
|
@@ -41,7 +42,8 @@ matrix: |
|
|
|
- ln -s /usr/local/bin/gcc-8 /usr/local/bin/gcc |
|
|
|
- gcc --version |
|
|
|
script: |
|
|
|
- "cd test && python3 -m nose --rednose --verbose" |
|
|
|
# Use travis-wait to allow slower tests to run |
|
|
|
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose" |
|
|
|
|
|
|
|
|
|
|
|
cache: pip |
|
|
|