aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d7912c8..4b253633 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,15 +13,6 @@ jobs:
dist: xenial
language: shell
script: "sudo ./tests/simple.sh"
- - name: "nosetests and travis Python 2.7"
- os: linux
- dist: bionic
- language: python
- python: "2.7"
- install: pip install -r requirements.txt; python setup.py install;
- script:
- - "nosetests -v --with-cover --cover-package=sos --cover-html"
- - "sudo ./tests/simple.sh ~/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/python"
- name: "nosetests and travis Python 3.5"
os: linux
dist: bionic