summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@google.com>2016-05-02 10:35:14 -0700
committerMax Illfelder <illfelder@google.com>2016-05-03 09:26:29 -0700
commit6c31e080f1d4b998570946b71ca533abb5548982 (patch)
tree10ea550ec0940e8159536f87e0bc4917fb81ed96 /.travis.yml
parent051680687e232d028bfcadc5d3b583a8caf52140 (diff)
downloadgoogle-compute-image-packages-6c31e080f1d4b998570946b71ca533abb5548982.tar.gz
Travis should run Linux guest environment tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 3eaff70..314bfa6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
language: python
+sudo: true
python:
- - "2.7"
-before_script:
- - chmod +x unit-tests/travis-run-tests.sh
-script:
- - unit-tests/travis-run-tests.sh \ No newline at end of file
+ - 2.7
+os:
+ - linux
+install:
+ - pip install boto
+# nosetests will run all tests within the current directory.
+script: nosetests