Skip to content

Commit

Permalink
More space between env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant committed Jul 15, 2014
1 parent 688feb1 commit 0e7aca6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,9 +1,9 @@
language: python
env:
- PYVERSION="2.7" NENGINES=1
- PYVERSION="2.7" NENGINES=9
- PYVERSION="3.3" NENGINES=9
- PYVERSION="3.4" NENGINES=9
- PYVERSION="2.7" NENGINES=1
- PYVERSION="2.7" NENGINES=9
- PYVERSION="3.3" NENGINES=9
- PYVERSION="3.4" NENGINES=9
before_install:
- sudo add-apt-repository -y ppa:andrikos/ppa
- sudo apt-get update
Expand Down

0 comments on commit 0e7aca6

Please sign in to comment.