diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-07-04 22:46:43 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-07-04 22:46:43 +0200 |
commit | 257e52954a407c41b9b758d56fba684903a7c0b4 (patch) | |
tree | 589dd26cc5d3fd53079b1df0577f50bd0e8577c6 /.travis.yml | |
parent | bd48f34dbdc6cb1d2f76554539c32055297e9114 (diff) | |
download | searxng-257e52954a407c41b9b758d56fba684903a7c0b4.tar.gz searxng-257e52954a407c41b9b758d56fba684903a7c0b4.zip |
[enh][fix] update to latest dependencies ++ fix tests & travis test runner
WARNING: dependency changes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3bef5e5ca..65f8ef235 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,10 @@ install: - ./manage.sh update_dev_packages - pip install coveralls script: - - ./manage.sh pep8_check - ./manage.sh styles - ./manage.sh grunt_build + - ./manage.sh tests - ./manage.sh py_test_coverage - - ./manage.sh robot_tests after_success: coveralls notifications: |