create .travis.yml and requirements.txt files

pull/13/head
Mike Fährmann 8 years ago
parent a1fb46d984
commit 911d2f080b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -0,0 +1,10 @@
sudo: false
language: python
python:
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
script:
- nosetests --verbose test

@ -0,0 +1 @@
requests
Loading…
Cancel
Save