Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use new Travis CI infrastructure
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 10, 2015
1 parent 195cf87 commit 6d77685
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,9 +1,13 @@
before_install:
- "if [[ $NMODE == 'nikola' ]]; then sudo apt-get update -qq || true; fi"
- "if [[ $NMODE == 'nikola' ]]; then sudo apt-get install enchant; fi"
- "pip install --upgrade pip wheel pytest requests"
language: python
cache: apt
sudo: false
addons:
apt:
packages:
- language-pack-en-base
- enchant
python:
- "2.7"
- "3.3"
Expand Down

0 comments on commit 6d77685

Please sign in to comment.