Skip to content

Commit

Permalink
Fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
T0ha committed Dec 14, 2015
1 parent 61659cc commit 572aa99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
language: python
sudo: false;
sudo: false
python:
- '2.6'
- '2.7'
Expand All @@ -9,12 +9,13 @@ python:
install:
- pip install weakrefset lxml
- pip install unittest2 testtools
- pip install wheel
script: nosetests
deploy:
provider: pypi
user: t0ha
password:
secure: phV3xvoCLFgXo/9ljsDx5oJOfvvQ8R/aIKBed6pMrM81Dr/GXi41E3IpdMNRrZIgM/cBzRTVdt8ATL1m/XDS7cyaNjqWNfh2zhdawB2+uTitLaql2DUJyPYHJjZ/sfS7dHtC1DIY1xEX5z9V4M/cvmOqkSuau4Wu7HPiYzGvq3M=
distributions: "sdist"
distributions: "sdist bdist_wheel"
on:
tags: true

0 comments on commit 572aa99

Please sign in to comment.