Commit ecf9a05cb00e1d399147a6749caaf584f9f6b85c

Authored by Antoine Goutenoir
1 parent 42d762f7
Exists in master

Remove travis configuration, we're not using it.

Showing 1 changed file with 0 additions and 11 deletions   Show diff stats
.travis.yml deleted
... ... @@ -1,11 +0,0 @@
1   -language: python
2   -python:
3   - - "2.7"
4   - - "3.3"
5   - - "3.4"
6   - - "3.5"
7   - - "pypy"
8   -# command to install dependencies
9   -install: "pip install -r requirements.txt"
10   -# command to run tests
11   -script: make test