summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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