Skip to content

Commit

Permalink
dkpro#4 - Make this a proper python package
Browse files Browse the repository at this point in the history
- tried adding a travis config (now with the actual file)
  • Loading branch information
mromanello authored and reckart committed Jun 1, 2018
1 parent bf3ab96 commit 322cc64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox

0 comments on commit 322cc64

Please sign in to comment.