No version and no username in test_package/conanfile.py

This commit is contained in:
dimitri 2017-07-25 05:50:18 +02:00
parent 58b23c29a7
commit b194494aef
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
from conans import ConanFile, CMake from conans import ConanFile, CMake
import os import os
channel = os.getenv("CONAN_CHANNEL", "testing")
username = os.getenv("CONAN_USERNAME", "nigels-com")
class TestGlew(ConanFile): class TestGlew(ConanFile):
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
requires = "glew/master@%s/%s" % (username, channel)
generators = "cmake" generators = "cmake"
def build(self): def build(self):