Enable tests again.

This commit is contained in:
matham 2016-01-09 19:46:03 -05:00
parent 448a1a295d
commit 77c366a817
1 changed files with 2 additions and 2 deletions

View File

@ -125,13 +125,13 @@ script:
python3 -m nose.core kivy/tests; python3 -m nose.core kivy/tests;
else else
make; make;
python -c 'import kivy.core.window' -c 'kivy:log_level:trace'; make test;
fi; fi;
fi; fi;
after_success: after_success:
- if [ "${TRAVIS_OS_NAME}" == "osx" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then - if [ "${TRAVIS_OS_NAME}" == "ox" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
openssl aes-256-cbc -K $encrypted_675f1a0c317c_key -iv $encrypted_675f1a0c317c_iv -in ./kivy/tools/travis/id_rsa.enc -out ~/.ssh/id_rsa -d; openssl aes-256-cbc -K $encrypted_675f1a0c317c_key -iv $encrypted_675f1a0c317c_iv -in ./kivy/tools/travis/id_rsa.enc -out ~/.ssh/id_rsa -d;
chmod 600 ~/.ssh/id_rsa; chmod 600 ~/.ssh/id_rsa;
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config; echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;