Browse Source

Add setup.py install to travis.yml

Ben Firshman 12 years ago
parent
commit
e116e7db99
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -4,6 +4,8 @@ python:
   - "2.7"
   - "3.2"
   - "3.3"
-install: pip install nose==1.3.0
+install:
+ - python setup.py install
+ - pip install nose==1.3.0
 script: nosetests