aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d792753e55b56b869006dc93750eea7143828382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
  - "3.6"
before_script:
    # Travis versions of these are really outdated
    - pip install -U mock nose pytest
    # Install wheel with pip instead of building from source
    - pip install  cryptography
script:
    - python setup.py validate