Browse Source

remove travis

Bastien Sevajol 3 years ago
parent
commit
8738da877f
1 changed files with 0 additions and 14 deletions
  1. 0 14
      .travis.yml

+ 0 - 14
.travis.yml View File

@@ -1,14 +0,0 @@
1
-language: python
2
-services:
3
-  - redis-server
4
-python:
5
-  - "3.5"
6
-  - "3.6"
7
-install:
8
-  - "pip install -r requirements.txt"
9
-  - "pip install pytest-cov"
10
-  - "pip install coveralls"
11
-script:
12
-  - py.test --cov-config .coveragerc --cov=opencombat ./tests/
13
-after_success:
14
-  - coveralls