We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb6c65 commit 61ecddfCopy full SHA for 61ecddf
1 file changed
.travis.yml
@@ -1,5 +1,12 @@
1
env: HOME=/home/travis
2
3
+sudo: required
4
+dist: trusty
5
+
6
+before_install:
7
+ - sudo apt-get -qq update
8
+ - ./bootstrap install
9
10
language: python
11
python:
12
- 2.7
0 commit comments