simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Upgrade pip on appvayor install. #296

Closed mehdisadeghi closed 8 years ago

mehdisadeghi commented 8 years ago

This PR fixes #274 by installing updated pip on appvayor. Moreover, it fixes the custom warning function in sphinx, which provides access to external images in documents.

codecov-io commented 8 years ago

Current coverage is 98.41%

Merging #296 into master will increase coverage by 0.01%

@@             master       #296   diff @@
==========================================
  Files            49         49          
  Lines          3821       3849    +28   
  Methods           0          0          
  Messages          0          0          
  Branches        500        516    +16   
==========================================
+ Hits           3760       3788    +28   
  Misses           39         39          
  Partials         22         22          

Powered by Codecov. Last updated by 173e30d...69f8004

mehdisadeghi commented 8 years ago

@kitchoi would you mind having a look at this PR?

kitchoi commented 8 years ago

Good to merge!

mehdisadeghi commented 8 years ago

Thanks!