Blame view

.travis.yml 194 Bytes
91751451   Antoine Goutenoir   Shift the API to ...
1
2
3
4
5
6
7
8
9
10
11
language: python
python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
  - "pypy"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: make test