Skip to content

Commit

Permalink
add requirements and make travis to migrate container-based CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garyelephant committed Nov 5, 2015
1 parent 15f5897 commit 4582ad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
@@ -1,12 +1,14 @@
language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- pypy
- '2.6'
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
sudo: false
# running in the container-based infrastructure without access to sudo
install: pip install --user -r requirements.txt
deploy:
provider: pypi
user: garyelephant
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
regex==2015.10.29

0 comments on commit 4582ad8

Please sign in to comment.