Skip to content

Commit

Permalink
Add travis-CI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
SimGus committed Dec 28, 2018
1 parent 1cebf06 commit c671a55
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Expand Up @@ -405,6 +405,8 @@ function-naming-style=snake_case
# Good variable names which should always be accepted, separated by a comma
good-names=i,
j,
c,
e,
k,
ex,
Run,
Expand Down
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: python
python:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
install:
- pip install -r requirements/common.txt
script:
- pytest

0 comments on commit c671a55

Please sign in to comment.