Skip to content

Commit

Permalink
switching completely to no requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jun 15, 2016
1 parent 048f9ae commit 3432126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ language: python
python:
- "2.7"
- "3.5"
# install: "pip install -r requirements.txt"
script: "make test"
script: "make test_full"
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
test:
./uranium/scripts/uranium_standalone --uranium-dir=. test_no_deps ${ARGS}

test_full:
./uranium/scripts/uranium_standalone --uranium-dir=. test ${ARGS}

build:
./uranium/scripts/uranium_standalone --uranium-dir=.
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

0 comments on commit 3432126

Please sign in to comment.