Skip to content

Commit

Permalink
fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed May 19, 2018
1 parent d4b6d7d commit ff76615
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
language: python

python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

install:
- pip install --upgrade pip setuptools
- pip install -r requirements.dev.txt
- pip install .
- python setup.py build_ext -i
- python setup.py install

script:
- make test

0 comments on commit ff76615

Please sign in to comment.