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