Merge pull request #213 from Cqoicebordel/travis

Stop running twice the tests on Travis
This commit is contained in:
Adam Tauber 2015-02-04 11:53:03 +01:00
commit 6b8270a230
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ install:
- "make"
- pip install coveralls
script:
- "make tests"
- "make flake8"
- "make robot"
- "make styles"
- "make grunt"