Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 4, 2017
1 parent 24ba640 commit b317c9c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
sudo: false
dist: trusty
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
#install: pip install nose
# command to run tests, e.g. python setup.py test
script: nosetests

addons:
apt:
packages:
- hicolor-icon-theme # A test tries to parse the theme file

0 comments on commit b317c9c

Please sign in to comment.