Skip to content

Commit

Permalink
Don't build python3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mschroering committed Jul 23, 2018
1 parent 83ba000 commit 2f1b22b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
sudo: False
language: python
python:
- "3.5"
- "3.4"
- "2.7"
- "2.6"
- "pypy"
- "pypy3"
install:
- pip install -r requirements-dev.txt
- python setup.py install
script: nosetests
script:
- make lint
- make test

0 comments on commit 2f1b22b

Please sign in to comment.