Skip to content

Commit

Permalink
Fixed path, add pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdav committed May 2, 2015
1 parent e0bb467 commit 0f1ff00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ language: python
python:
- "2.6"
- "2.7"
- "3.0"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies

pip install -r requirements.txt
# command to run tests
script: python test/HelloWorldTest.py
script: python src/test/HelloWorldTest.py

0 comments on commit 0f1ff00

Please sign in to comment.