Skip to content

Commit

Permalink
Merge pull request #16 from seznam/travis_ci_tests
Browse files Browse the repository at this point in the history
travis CI tests
  • Loading branch information
ofilip authored Oct 18, 2018
2 parents 55fa8a6 + 968b191 commit cf3377f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
# - "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
install:
- pip install -r requirements.txt
- pip install nose testfixtures
script:
- pytest

0 comments on commit cf3377f

Please sign in to comment.