diff options
author | Victor Häggqvist <[email protected]> | 2015-11-21 21:39:00 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-11-21 21:39:00 +0100 |
commit | 5aed3601939c92f6277730e1fa023ffa6cdd63cc (patch) | |
tree | 69ac3a08dca3ba4600124f9ff1889951c2c36606 | |
parent | b893e298f17771558566e2fab71a921b923ababa (diff) |
make travis run in container
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4d7f246..d182a3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ # Test language: python +sudo: false + python: - "2.7" |