]> git.k1024.org Git - pyxattr.git/blob - .travis.yml
Travis: remove "sudo:false"
[pyxattr.git] / .travis.yml
1 language: python
2
3 # let's test as many versions as we can!
4 python:
5     - "2.6"
6     - "2.7"
7     - "3.3"
8     - "3.4"
9     - "3.5"
10     - "3.6"
11     - "nightly"
12
13 # we don't need any python dependencies:
14 install: true
15
16 # the test command:
17 script: python ./setup.py test
18
19 # enable OSX support, with only system python:
20 matrix:
21     include:
22         - os: osx
23           language: generic
24           python: