Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Dec 20, 2016
1 parent 99eaf62 commit 4be104d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: make

0 comments on commit 4be104d

Please sign in to comment.